Prototypes | |
| void | GenerateResponseFuncNotUsingLAL (LALSource *pulsar, REAL8 inputXArmAzimuthRadians, REAL8 inputVertexLatitudeRadians, INT4 lgthDataSet, REAL8 phiStart, REAL8Vector *timevec, REAL8Vector *fPlus, REAL8Vector *fCross) |
| void | PrintLALDetector (const LALDetector *detector) |
| void | GenerateResponseFuncUsingLAL (LALStatus *status, LALSource *pulsar, LALDetector *detector, INT4 lgthDataSet, REAL8 sampleRate, LIGOTimeGPS *gps, LALDetAMResponseSeries *am_response_series_ptr) |
| REAL8 | greenwich_mean_sidereal_time (INT4 gpssec, INT4 gpsnan, INT4 taiutc) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
| #define | usgfmt |
| #define | usage(program) fprintf( stdout, usgfmt, program ) |
| #define | LALIND_PI_2 1.57079633 |
| #define | LALIND_PI 3.14159265 |
| #define | LALIND_TWOPI 6.28318531 |
| #define | LALIND_TIMETOLERANCE 32 |
Variables | |
| REAL8 | omegaEarth = LALIND_TWOPI/(23.0*3600.0 + 56.0*60.0 + 4.091) |
| REAL8 | omegaEarthSun = LALIND_TWOPI/(365.0*86400.0 + 6.0*3600.0 + 9.0*60.0 + 10.0) |
| REAL8 | zeta = ((REAL8)LALIND_PI_2) |
| REAL8 | sinZeta = 1.0 |
| REAL8 | zetaGEO = 94.33*((REAL8)LALIND_PI)/180.0 |
| #define usgfmt |
Definition at line 78 of file IndependentDetResponseTest.c.
Definition at line 89 of file IndependentDetResponseTest.c.
| #define LALIND_PI_2 1.57079633 |
Definition at line 92 of file IndependentDetResponseTest.c.
| #define LALIND_PI 3.14159265 |
Definition at line 93 of file IndependentDetResponseTest.c.
| #define LALIND_TWOPI 6.28318531 |
Definition at line 94 of file IndependentDetResponseTest.c.
| #define LALIND_TIMETOLERANCE 32 |
Definition at line 96 of file IndependentDetResponseTest.c.
| void GenerateResponseFuncNotUsingLAL | ( | LALSource * | pulsar, |
| REAL8 | inputXArmAzimuthRadians, | ||
| REAL8 | inputVertexLatitudeRadians, | ||
| INT4 | lgthDataSet, | ||
| REAL8 | phiStart, | ||
| REAL8Vector * | timevec, | ||
| REAL8Vector * | fPlus, | ||
| REAL8Vector * | fCross | ||
| ) |
Definition at line 774 of file IndependentDetResponseTest.c.
| void PrintLALDetector | ( | const LALDetector * | detector | ) |
Definition at line 816 of file IndependentDetResponseTest.c.
| void GenerateResponseFuncUsingLAL | ( | LALStatus * | status, |
| LALSource * | pulsar, | ||
| LALDetector * | detector, | ||
| INT4 | lgthDataSet, | ||
| REAL8 | sampleRate, | ||
| LIGOTimeGPS * | gps, | ||
| LALDetAMResponseSeries * | am_response_series_ptr | ||
| ) |
Definition at line 853 of file IndependentDetResponseTest.c.
Definition at line 958 of file IndependentDetResponseTest.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 116 of file IndependentDetResponseTest.c.
| REAL8 omegaEarth = LALIND_TWOPI/(23.0*3600.0 + 56.0*60.0 + 4.091) |
Definition at line 110 of file IndependentDetResponseTest.c.
| REAL8 omegaEarthSun = LALIND_TWOPI/(365.0*86400.0 + 6.0*3600.0 + 9.0*60.0 + 10.0) |
Definition at line 111 of file IndependentDetResponseTest.c.
| REAL8 zeta = ((REAL8)LALIND_PI_2) |
Definition at line 112 of file IndependentDetResponseTest.c.
| REAL8 sinZeta = 1.0 |
Definition at line 113 of file IndependentDetResponseTest.c.
Definition at line 114 of file IndependentDetResponseTest.c.