Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
SpectralInterpolation.c File Reference

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
 

Macro Definition Documentation

◆ ROUND

#define ROUND (   x)    (floor(x+0.5))

Definition at line 29 of file SpectralInterpolation.c.

◆ SINC

#define SINC (   x)    (sin(LAL_PI*x)/(LAL_PI*x))

Definition at line 30 of file SpectralInterpolation.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 36 of file SpectralInterpolation.c.

◆ get_input_args()

void get_input_args ( InputParams inputParams,
int  argc,
char argv[] 
)

Definition at line 1291 of file SpectralInterpolation.c.

◆ XLALFresnel()

INT4 XLALFresnel ( REAL8 C,
REAL8 S,
REAL8  x 
)

Definition at line 1454 of file SpectralInterpolation.c.

Variable Documentation

◆ empty_LIGOTimeGPS

LIGOTimeGPS empty_LIGOTimeGPS
static

Definition at line 33 of file SpectralInterpolation.c.

◆ empty_SFTConstraints

SFTConstraints empty_SFTConstraints
static

Definition at line 34 of file SpectralInterpolation.c.