Simple standalone code to provide ASCII output for detector response and ephemeris state at given time, for given detector and sky-location. More...
Prototypes | |
| int | XLALInitUserVars (UserVariables_t *uvar) |
| register all "user-variables" More... | |
| int | XLALInitCode (ConfigVariables *cfg, const UserVariables_t *uvar, const char *app_name) |
| basic initializations: deal with user input and return standardized 'ConfigVariables' More... | |
| int | XLALDestroyConfig (ConfigVariables *cfg) |
| Destructor for internal configuration struct. More... | |
| int | main (int argc, char *argv[]) |
Simple standalone code to provide ASCII output for detector response and ephemeris state at given time, for given detector and sky-location.
Definition in file PrintDetectorState.c.
Go to the source code of this file.
Data Structures | |
| struct | ConfigVariables |
| Configuration settings required for and defining a coherent pulsar search. More... | |
| struct | UserVariables_t |
| user input variables More... | |
Variables | |
| int | vrbflg |
| defined in lal/lib/std/LALError.c More... | |
| int XLALInitUserVars | ( | UserVariables_t * | uvar | ) |
register all "user-variables"
Definition at line 166 of file PrintDetectorState.c.
| int XLALInitCode | ( | ConfigVariables * | cfg, |
| const UserVariables_t * | uvar, | ||
| const char * | app_name | ||
| ) |
basic initializations: deal with user input and return standardized 'ConfigVariables'
Definition at line 197 of file PrintDetectorState.c.
| int XLALDestroyConfig | ( | ConfigVariables * | cfg | ) |
Destructor for internal configuration struct.
Definition at line 249 of file PrintDetectorState.c.
Definition at line 88 of file PrintDetectorState.c.
|
extern |
defined in lal/lib/std/LALError.c