Module which handles the setup data. More...
Prototypes | |
| void | XLALWeaveSetupDataClear (WeaveSetupData *setup) |
| Free contents of setup data. More... | |
| int | XLALWeaveSetupDataWrite (FITSFile *file, const WeaveSetupData *setup) |
| Write setup data to a FITS file. More... | |
| int | XLALWeaveSetupDataRead (FITSFile *file, WeaveSetupData *setup) |
| Read setup data from a FITS file. More... | |
Module which handles the setup data.
Definition in file SetupData.h.
Go to the source code of this file.
Data Structures | |
| struct | WeaveSetupData |
| Setup data which is computed only once for a given search setup. More... | |
Variables | |
| const UserChoices | WeaveMetricTypeChoices |
| User input choices for for search type. More... | |
| void XLALWeaveSetupDataClear | ( | WeaveSetupData * | setup | ) |
Free contents of setup data.
Definition at line 50 of file SetupData.c.
Write setup data to a FITS file.
Definition at line 66 of file SetupData.c.
Read setup data from a FITS file.
Definition at line 105 of file SetupData.c.
|
extern |
User input choices for for search type.
User input choices for for search type.
Definition at line 41 of file SetupData.c.