Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PulsarTOATest.c File Reference

Prototypes

void get_input_args (InputParams *pars, int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Data Structures

struct  InputParams
 

Macros

#define MAX_PHASE_ERR_DEGS   1.0
 
#define USAGE
 

Variables

int verbose = 0
 

Macro Definition Documentation

◆ MAX_PHASE_ERR_DEGS

#define MAX_PHASE_ERR_DEGS   1.0

Definition at line 27 of file PulsarTOATest.c.

◆ USAGE

#define USAGE
Value:
"Usage: %s [options]\n\n"\
" --help (-h) display this message\n"\
" --verbose (-v) display all error messages\n"\
" --par-file (-p) TEMPO2 parameter (.par) file\n"\
" --tim-file (-t) TEMPO2 TOA (.tim) file\n"\
" --ephem (-e) Ephemeris type (DE200, DE405 [default], or DE421)\n"\
" --clock (-c) Clock correction file (default is none)\n"\
" --simulated (-s) Set if the TOA file is from simulated data\n\ e.g. created with the TEMPO2 'fake' plugin:\n\ tempo2 -gr fake -f pulsar.par -ndobs 1 -nobsd 5\n\ -start 54832 -end 55562 -ha 8 -randha n -rms 0\n"\
"\n"

Definition at line 29 of file PulsarTOATest.c.

Function Documentation

◆ get_input_args()

void get_input_args ( InputParams pars,
int  argc,
char argv[] 
)

Definition at line 489 of file PulsarTOATest.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 56 of file PulsarTOATest.c.

Variable Documentation

◆ verbose

int verbose = 0

Definition at line 43 of file PulsarTOATest.c.