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[]) |
Monte Carlo signal injections for several h_0 values and compute the Hough transform for only one point in parameter space each time.
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)) |
| #define VALIDATEOUT "./outHM1/skypatch_1/HM1validate" |
Definition at line 61 of file HoughValidate.c.
| #define VALIDATEIN "./outHM1/skypatch_1/HM1templates" |
Definition at line 62 of file HoughValidate.c.
| #define TRUE (1==1) |
Definition at line 64 of file HoughValidate.c.
| #define FALSE (1==0) |
Definition at line 65 of file HoughValidate.c.
Definition at line 67 of file HoughValidate.c.
|
static |
Original antenna-pattern function by S Berukoff.
Definition at line 576 of file HoughValidate.c.
Definition at line 73 of file HoughValidate.c.