Code to dump various SFT-info in human-readable form to stdout. More...
Prototypes | |
int | XLALprintDescriptor (const SFTDescriptor *ptr) |
int | XLALprintHeader (const SFTtype *header) |
int | XLALprintData (const SFTtype *sft) |
int | XLALprintTimestamps (const SFTCatalog *catalog, const UINT4 Nmax) |
int | XLALReadUserInput (int argc, char *argv[], UserVariables_t *uvar) |
int | main (int argc, char *argv[]) |
Code to dump various SFT-info in human-readable form to stdout.
Definition in file dumpSFT.c.
Go to the source code of this file.
Data Structures | |
struct | UserVariables_t |
user input variables More... | |
Macros | |
#define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
int XLALprintDescriptor | ( | const SFTDescriptor * | ptr | ) |
int XLALprintTimestamps | ( | const SFTCatalog * | catalog, |
const UINT4 | Nmax | ||
) |
int XLALReadUserInput | ( | int | argc, |
char * | argv[], | ||
UserVariables_t * | uvar | ||
) |