Prototypes | |
| int | XLALWriteREAL4TimeSeries2fp (FILE *fp, const REAL4TimeSeries *TS) |
| Write a REAL4TimeSeries in a 2-column ASCII format (lines of "GPS_i data_i") into an open file 'fp'. More... | |
| int | XLALInitUserVars (UserVariables_t *uvar, int argc, char *argv[]) |
| Register all "user-variables", and initialized them from command-line and config-files. More... | |
| int | XLALInitMakefakedata (ConfigVars_t *cfg, UserVariables_t *uvar) |
| Handle user-input and set up shop accordingly, and do all consistency-checks on user-input. More... | |
| int | XLALWriteMFDlog (const char *logfile, const ConfigVars_t *cfg) |
| Log the all relevant parameters of this run into a log-file. More... | |
| int | XLALFreeMem (ConfigVars_t *cfg) |
| This routine frees up all the memory. More... | |
| BOOLEAN | is_directory (const CHAR *fname) |
| int | main (int argc, char *argv[]) |
Definition in file makefakedata_v5.c.
Go to the source code of this file.
Data Structures | |
| struct | ConfigVars_t |
| configuration-variables derived from user-variables More... | |
| struct | UserVariables_t |
| user input variables More... | |
Macros | |
| #define | MISC_DEFAULT "mfdv5" |
| #define MISC_DEFAULT "mfdv5" |
| int XLALWriteREAL4TimeSeries2fp | ( | FILE * | fp, |
| const REAL4TimeSeries * | TS | ||
| ) |
Write a REAL4TimeSeries in a 2-column ASCII format (lines of "GPS_i data_i") into an open file 'fp'.
Definition at line 826 of file makefakedata_v5.c.
| int XLALInitUserVars | ( | UserVariables_t * | uvar, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Register all "user-variables", and initialized them from command-line and config-files.
Definition at line 644 of file makefakedata_v5.c.
| int XLALInitMakefakedata | ( | ConfigVars_t * | cfg, |
| UserVariables_t * | uvar | ||
| ) |
Handle user-input and set up shop accordingly, and do all consistency-checks on user-input.
Definition at line 389 of file makefakedata_v5.c.
| int XLALWriteMFDlog | ( | const char * | logfile, |
| const ConfigVars_t * | cfg | ||
| ) |
Log the all relevant parameters of this run into a log-file.
The name of the log-file used is uvar_logfile NOTE: Currently this function only logs the user-input and code-versions.
Definition at line 766 of file makefakedata_v5.c.
| int XLALFreeMem | ( | ConfigVars_t * | cfg | ) |
This routine frees up all the memory.
Definition at line 734 of file makefakedata_v5.c.
Definition at line 805 of file makefakedata_v5.c.
Definition at line 172 of file makefakedata_v5.c.