#include <StackSlideBinaryTest.h>Include dependency graph for StackSlideBinaryTest.c:

Go to the source code of this file.
Functions | |
| NRCSID (STACKSLIDEBINARYTESTC,"$Id: StackSlideBinaryTest.c,v 1.2 2007/06/08 15:29:57 bema Exp $") | |
| int | main () |
| void | StackSlideBinary (LALStatus *status, REAL8 **SUMData, REAL8 **fakeSFT, TdotsAndDeltaTs *pTdotsAndDeltaTs, StackSlideParams *SSparams) |
| void | StackSlideComputeSkyBinary (LALStatus *status, TdotsAndDeltaTs *pTdotsAndDeltaTs, INT8 iSkyCoh, StackSlideBinarySkyParams *params) |
| int | FreeMem (void) |
| int | SetupBaryInput () |
| int | GetSSBTime (LIGOTimeGPS *tdet, LIGOTimeGPS *tssb) |
Variables | |
| INT4 | lalDebugLevel = 7 |
| DECLARE AND SET GLOBAL DEBUG LEVEL. | |
| REAL8 | y |
| INT4 | x |
| INT4 | z |
| INT2 | leap |
| INT4 | iSFT |
| INT4 | i |
| INT4 | l |
| REAL8 | try |
| char * | optarg |
| INT4 | iSky = 0 |
| INT8 | iSkyCoh = 0 |
| LALDetector | cachedDetector |
| StackSlideBinarySkyParams * | params |
| TdotsAndDeltaTs * | pTdotsAndDeltaTs |
| StackSlideParams * | SSparams |
| BarycenterInput | baryinput |
| EarthState | earth |
| EmissionTime | emit |
| EphemerisData * | edat = NULL |
| FILE * | fpE = NULL |
| FILE * | fpS = NULL |
| REAL8 ** | SUMData |
| REAL8 ** | fakeSFT |
| LIGOTimeGPS | TstartDet |
| LIGOTimeGPS | TmidSSB |
| NRCSID | ( | STACKSLIDEBINARYTESTC | , | |
| "$Id: StackSlideBinaryTest. | c, | |||
| v 1.2 2007/06/08 15:29:57 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
End of memory allocation and parameters assignment
Definition at line 70 of file StackSlideBinaryTest.c.
| void StackSlideBinary | ( | LALStatus * | status, | |
| REAL8 ** | SUMData, | |||
| REAL8 ** | fakeSFT, | |||
| TdotsAndDeltaTs * | pTdotsAndDeltaTs, | |||
| StackSlideParams * | SSparams | |||
| ) |
Definition at line 284 of file StackSlideBinaryTest.c.
| void StackSlideComputeSkyBinary | ( | LALStatus * | status, | |
| TdotsAndDeltaTs * | pTdotsAndDeltaTs, | |||
| INT8 | iSkyCoh, | |||
| StackSlideBinarySkyParams * | params | |||
| ) |
Definition at line 503 of file StackSlideBinaryTest.c.
| int FreeMem | ( | void | ) |
Definition at line 789 of file StackSlideBinaryTest.c.
| int SetupBaryInput | ( | void | ) |
Definition at line 825 of file StackSlideBinaryTest.c.
| int GetSSBTime | ( | LIGOTimeGPS * | tdet, | |
| LIGOTimeGPS * | tssb | |||
| ) |
Definition at line 882 of file StackSlideBinaryTest.c.
| INT4 lalDebugLevel = 7 |
DECLARE AND SET GLOBAL DEBUG LEVEL.
see the section (currently 7.4.1) of the LSD on "Status-reporting objects" for a list of predefined debug levels
Definition at line 25 of file StackSlideBinaryTest.c.
Definition at line 29 of file StackSlideBinaryTest.c.
Definition at line 30 of file StackSlideBinaryTest.c.
Definition at line 30 of file StackSlideBinaryTest.c.
Definition at line 31 of file StackSlideBinaryTest.c.
Definition at line 32 of file StackSlideBinaryTest.c.
Definition at line 33 of file StackSlideBinaryTest.c.
Definition at line 33 of file StackSlideBinaryTest.c.
Definition at line 34 of file StackSlideBinaryTest.c.
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
Definition at line 37 of file StackSlideBinaryTest.c.
Definition at line 38 of file StackSlideBinaryTest.c.
Definition at line 40 of file StackSlideBinaryTest.c.
Definition at line 42 of file StackSlideBinaryTest.c.
Definition at line 43 of file StackSlideBinaryTest.c.
Definition at line 44 of file StackSlideBinaryTest.c.
Definition at line 46 of file StackSlideBinaryTest.c.
Definition at line 47 of file StackSlideBinaryTest.c.
Definition at line 48 of file StackSlideBinaryTest.c.
| EphemerisData* edat = NULL |
Definition at line 49 of file StackSlideBinaryTest.c.
| FILE* fpE = NULL |
Definition at line 51 of file StackSlideBinaryTest.c.
| FILE* fpS = NULL |
Definition at line 52 of file StackSlideBinaryTest.c.
Definition at line 55 of file StackSlideBinaryTest.c.
Definition at line 56 of file StackSlideBinaryTest.c.
Definition at line 58 of file StackSlideBinaryTest.c.
Definition at line 59 of file StackSlideBinaryTest.c.
1.5.2