LAL  7.5.0.1-b72065a
IndependentDetResponseTest.c File Reference

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
 

Macro Definition Documentation

◆ usgfmt

#define usgfmt
Value:
"Usage: %s [options]\n" \
" -h Prints this message\n" \
" -c configFile Use this Configure File\n" \
" -d lalDebugLevel Set debug level\n" \
"\n" \
"NOTE: This program can only support filenames up to 25 characters\n" \
" in length in the config file (this is the string length so includes\n" \
" the directories in the name as well), but the configFile entered at\n" \
" the command line can be as long as you like.\n"

Definition at line 78 of file IndependentDetResponseTest.c.

◆ usage

#define usage (   program)    fprintf( stdout, usgfmt, program )

Definition at line 89 of file IndependentDetResponseTest.c.

◆ LALIND_PI_2

#define LALIND_PI_2   1.57079633

Definition at line 92 of file IndependentDetResponseTest.c.

◆ LALIND_PI

#define LALIND_PI   3.14159265

Definition at line 93 of file IndependentDetResponseTest.c.

◆ LALIND_TWOPI

#define LALIND_TWOPI   6.28318531

Definition at line 94 of file IndependentDetResponseTest.c.

◆ LALIND_TIMETOLERANCE

#define LALIND_TIMETOLERANCE   32

Definition at line 96 of file IndependentDetResponseTest.c.

Function Documentation

◆ GenerateResponseFuncNotUsingLAL()

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.

◆ PrintLALDetector()

void PrintLALDetector ( const LALDetector detector)

Definition at line 816 of file IndependentDetResponseTest.c.

◆ GenerateResponseFuncUsingLAL()

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.

◆ greenwich_mean_sidereal_time()

REAL8 greenwich_mean_sidereal_time ( INT4  gpssec,
INT4  gpsnan,
INT4  taiutc 
)

Definition at line 958 of file IndependentDetResponseTest.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 116 of file IndependentDetResponseTest.c.

Variable Documentation

◆ omegaEarth

REAL8 omegaEarth = LALIND_TWOPI/(23.0*3600.0 + 56.0*60.0 + 4.091)

Definition at line 110 of file IndependentDetResponseTest.c.

◆ omegaEarthSun

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.

◆ zeta

REAL8 zeta = ((REAL8)LALIND_PI_2)

Definition at line 112 of file IndependentDetResponseTest.c.

◆ sinZeta

REAL8 sinZeta = 1.0

Definition at line 113 of file IndependentDetResponseTest.c.

◆ zetaGEO

REAL8 zetaGEO = 94.33*((REAL8)LALIND_PI)/180.0

Definition at line 114 of file IndependentDetResponseTest.c.