Prototypes | |
void | I8ToLIGOTimeGPS (LIGOTimeGPS *output, INT8 input) |
int | main (int argc, char **argv) |
Go to the source code of this file.
Macros | |
#define | INSPAWGFILEC_ENORM 0 |
#define | INSPAWGFILEC_ESUB 1 |
#define | INSPAWGFILEC_EARG 2 |
#define | INSPAWGFILEC_EVAL 3 |
#define | INSPAWGFILEC_EFILE 4 |
#define | INSPAWGFILEC_EINPUT 5 |
#define | INSPAWGFILEC_EMEM 6 |
#define | INSPAWGFILEC_MSGENORM "Normal exit" |
#define | INSPAWGFILEC_MSGESUB "Subroutine failed" |
#define | INSPAWGFILEC_MSGEARG "Error parsing arguments" |
#define | INSPAWGFILEC_MSGEVAL "Input argument out of valid range" |
#define | INSPAWGFILEC_MSGEFILE "Could not open file" |
#define | INSPAWGFILEC_MSGEINPUT "Error reading file" |
#define | INSPAWGFILEC_MSGEMEM "Out of memory" |
#define | EPOCH (0) |
#define | DIST (0.00002*LAL_MRSUN_SI ) |
#define | M1 (1.4) |
#define | M2 (1.4) |
#define | INC (0.0) |
#define | PHIC (0.0) |
#define | SEC (0) |
#define | NSEC (0) |
#define | NPT (1048576) |
#define | DT (1.0/16384.0) |
#define | SIGMA (0.0) |
#define | MSGLEN (256) /* maximum length of warning/info messages */ |
#define | FSTART (40.0) /* initial frequency of waveform */ |
#define | FSTOP (3000.0) /* termination frequency of waveform */ |
#define | DELTAT (0.00006103515625) /* sampling interval of amplitude and phase */ |
#define | USAGE |
#define | ERROR(code, msg, statement) |
#define | INFO(statement) |
#define | WARNING(statement) |
#define | SUB(func, statusptr) |
#define | CHECKVAL(val, lower, upper) |
#define INSPAWGFILEC_ENORM 0 |
Definition at line 42 of file inspawgfile.c.
#define INSPAWGFILEC_ESUB 1 |
Definition at line 43 of file inspawgfile.c.
#define INSPAWGFILEC_EARG 2 |
Definition at line 44 of file inspawgfile.c.
#define INSPAWGFILEC_EVAL 3 |
Definition at line 45 of file inspawgfile.c.
#define INSPAWGFILEC_EFILE 4 |
Definition at line 46 of file inspawgfile.c.
#define INSPAWGFILEC_EINPUT 5 |
Definition at line 47 of file inspawgfile.c.
#define INSPAWGFILEC_EMEM 6 |
Definition at line 48 of file inspawgfile.c.
#define INSPAWGFILEC_MSGENORM "Normal exit" |
Definition at line 50 of file inspawgfile.c.
#define INSPAWGFILEC_MSGESUB "Subroutine failed" |
Definition at line 51 of file inspawgfile.c.
#define INSPAWGFILEC_MSGEARG "Error parsing arguments" |
Definition at line 52 of file inspawgfile.c.
Definition at line 53 of file inspawgfile.c.
#define INSPAWGFILEC_MSGEFILE "Could not open file" |
Definition at line 54 of file inspawgfile.c.
#define INSPAWGFILEC_MSGEINPUT "Error reading file" |
Definition at line 55 of file inspawgfile.c.
#define INSPAWGFILEC_MSGEMEM "Out of memory" |
Definition at line 56 of file inspawgfile.c.
#define EPOCH (0) |
Definition at line 59 of file inspawgfile.c.
#define DIST (0.00002*LAL_MRSUN_SI ) |
Definition at line 60 of file inspawgfile.c.
#define M1 (1.4) |
Definition at line 61 of file inspawgfile.c.
#define M2 (1.4) |
Definition at line 62 of file inspawgfile.c.
#define INC (0.0) |
Definition at line 63 of file inspawgfile.c.
#define PHIC (0.0) |
Definition at line 64 of file inspawgfile.c.
#define SEC (0) |
Definition at line 65 of file inspawgfile.c.
#define NSEC (0) |
Definition at line 66 of file inspawgfile.c.
#define NPT (1048576) |
Definition at line 67 of file inspawgfile.c.
#define DT (1.0/16384.0) |
Definition at line 68 of file inspawgfile.c.
#define SIGMA (0.0) |
Definition at line 69 of file inspawgfile.c.
#define MSGLEN (256) /* maximum length of warning/info messages */ |
Definition at line 72 of file inspawgfile.c.
Definition at line 73 of file inspawgfile.c.
Definition at line 74 of file inspawgfile.c.
Definition at line 75 of file inspawgfile.c.
#define USAGE |
Definition at line 78 of file inspawgfile.c.
#define ERROR | ( | code, | |
msg, | |||
statement | |||
) |
Definition at line 83 of file inspawgfile.c.
#define INFO | ( | statement | ) |
Definition at line 94 of file inspawgfile.c.
#define WARNING | ( | statement | ) |
Definition at line 104 of file inspawgfile.c.
#define SUB | ( | func, | |
statusptr | |||
) |
Definition at line 114 of file inspawgfile.c.
#define CHECKVAL | ( | val, | |
lower, | |||
upper | |||
) |
Definition at line 124 of file inspawgfile.c.
void I8ToLIGOTimeGPS | ( | LIGOTimeGPS * | output, |
INT8 | input | ||
) |
Definition at line 637 of file inspawgfile.c.
Definition at line 142 of file inspawgfile.c.