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... | |
Go to the source code of this file.
Variables | |
| const UserChoices | WeaveMetricTypeChoices |
| Definitions of search type choices. 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.
| const UserChoices WeaveMetricTypeChoices |
Definitions of search type choices.
User input choices for for search type.
Definition at line 41 of file SetupData.c.