Prototypes | |
int | InitUserVars (UserInput_t *uvar, int argc, char **argv) |
Function to register and read all user input. More... | |
int | XLALFrameFileName (char *fname, size_t size, const char *chname, const LIGOTimeGPS *epoch, double duration) |
int | main (int argc, char **argv) |
static int | charcmp (const void *c1, const void *c2) |
Go to the source code of this file.
Data Structures | |
struct | UserInput_t |
User-variables: can be set from config-file or command-line. | |
Macros | |
#define | STRINGLENGTH 256 /* the length of general string */ |
Variables | |
UserInput_t | uvar_struct |
#define STRINGLENGTH 256 /* the length of general string */ |
Definition at line 75 of file sw_inj_frames.c.
int InitUserVars | ( | UserInput_t * | uvar, |
int | argc, | ||
char ** | argv | ||
) |
Function to register and read all user input.
[out] | uvar | UserInput structure to be filled |
[in] | argc | number of argv element |
[in] | argv | array of input arguments |
Definition at line 650 of file sw_inj_frames.c.
int XLALFrameFileName | ( | char * | fname, |
size_t | size, | ||
const char * | chname, | ||
const LIGOTimeGPS * | epoch, | ||
double | duration | ||
) |
Definition at line 705 of file sw_inj_frames.c.
Put the pulsar files in the log (so as not to loop every time)
Done logging .par files
extract epoch and duration from gwf file name
Definition at line 102 of file sw_inj_frames.c.
Definition at line 697 of file sw_inj_frames.c.
UserInput_t uvar_struct |
Definition at line 93 of file sw_inj_frames.c.