Prototypes | |
int | main (int argc, char **argv) |
void | get_input_args (InputParams *inputParams, int argc, char *argv[]) |
INT4 | XLALFresnel (REAL8 *C, REAL8 *S, REAL8 x) |
Go to the source code of this file.
Macros | |
#define | ROUND(x) (floor(x+0.5)) |
#define | SINC(x) (sin(LAL_PI*x)/(LAL_PI*x)) |
Variables | |
static LIGOTimeGPS | empty_LIGOTimeGPS |
static SFTConstraints | empty_SFTConstraints |
Definition at line 29 of file SpectralInterpolation.c.
Definition at line 36 of file SpectralInterpolation.c.
void get_input_args | ( | InputParams * | inputParams, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 1291 of file SpectralInterpolation.c.
Definition at line 1454 of file SpectralInterpolation.c.
|
static |
Definition at line 33 of file SpectralInterpolation.c.
|
static |
Definition at line 34 of file SpectralInterpolation.c.