LALSimulation  5.4.0.1-b72065a
LALSimUnicorn.c File Reference

Prototypes

static double RGB2Y (double R, double G, double B)
 
static unsigned long radix256toul (const char *s, size_t n)
 
static double strtolum (const char *s)
 
static REAL8Arrayxpmtoarr (const char *xpm[])
 
int XLALSimUnicorn (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, double f_min, double f_max, double V, double hrss, double deltaT, gsl_rng *rng)
 Generates a time-frequency unicorn signal. More...
 

Go to the source code of this file.

Macros

#define char   const char /* to silence compiler warnings ... */
 

Macro Definition Documentation

◆ char

#define char   const char /* to silence compiler warnings ... */

Definition at line 14 of file LALSimUnicorn.c.

Function Documentation

◆ RGB2Y()

static double RGB2Y ( double  R,
double  G,
double  B 
)
static

Definition at line 19 of file LALSimUnicorn.c.

◆ radix256toul()

static unsigned long radix256toul ( const char s,
size_t  n 
)
static

Definition at line 27 of file LALSimUnicorn.c.

◆ strtolum()

static double strtolum ( const char s)
static

Definition at line 35 of file LALSimUnicorn.c.

◆ xpmtoarr()

static REAL8Array* xpmtoarr ( const char xpm[])
static

Definition at line 53 of file LALSimUnicorn.c.