LALPulsar 7.1.2.1-bf6a62b
HoughValidate.c File Reference

Monte Carlo signal injections for several h_0 values and compute the Hough transform for only one point in parameter space each time. More...

Prototypes

static void LALComputeAM (LALStatus *status, AMCoeffs *coe, LIGOTimeGPS *ts, AMCoeffsParams *params)
 Original antenna-pattern function by S Berukoff. More...
 
int main (int argc, char *argv[])
 

Detailed Description

Monte Carlo signal injections for several h_0 values and compute the Hough transform for only one point in parameter space each time.

Author
A.M. Sintes, B. Krishnan

Definition in file HoughValidate.c.

Go to the source code of this file.

Macros

#define VALIDATEOUT   "./outHM1/skypatch_1/HM1validate"
 
#define VALIDATEIN   "./outHM1/skypatch_1/HM1templates"
 
#define TRUE   (1==1)
 
#define FALSE   (1==0)
 
#define SQ(x)   ((x)*(x))
 

Macro Definition Documentation

◆ VALIDATEOUT

#define VALIDATEOUT   "./outHM1/skypatch_1/HM1validate"

Definition at line 61 of file HoughValidate.c.

◆ VALIDATEIN

#define VALIDATEIN   "./outHM1/skypatch_1/HM1templates"

Definition at line 62 of file HoughValidate.c.

◆ TRUE

#define TRUE   (1==1)

Definition at line 64 of file HoughValidate.c.

◆ FALSE

#define FALSE   (1==0)

Definition at line 65 of file HoughValidate.c.

◆ SQ

#define SQ (   x)    ((x)*(x))

Definition at line 67 of file HoughValidate.c.

Function Documentation

◆ LALComputeAM()

void LALComputeAM ( LALStatus status,
AMCoeffs coe,
LIGOTimeGPS ts,
AMCoeffsParams params 
)
static

Original antenna-pattern function by S Berukoff.

Definition at line 576 of file HoughValidate.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 73 of file HoughValidate.c.