Routines for reading/writing pulsar-related data to/from FITS files.
Prototypes | |
| int | XLALFITSWriteSegmentList (FITSFile *file, const CHAR *name, const LALSegList *segments, const CHAR *comment) |
| Write a segment list to a FITS file. More... | |
| int | XLALFITSReadSegmentList (FITSFile *file, const CHAR *name, LALSegList **segments) |
| Read a segment list from a FITS file. More... | |
| int | XLALFITSWriteEphemerisData (FITSFile *file, const EphemerisData *ephemerides) |
| Write ephemeris data to a FITS file. More... | |
| int | XLALFITSReadEphemerisData (FITSFile *file, EphemerisData **ephemerides) |
| Read ephemeris data from a FITS file. More... | |
| int XLALFITSWriteSegmentList | ( | FITSFile * | file, |
| const CHAR * | name, | ||
| const LALSegList * | segments, | ||
| const CHAR * | comment | ||
| ) |
Write a segment list to a FITS file.
| [in] | file | FITS file pointer |
| [in] | name | Name of FITS table to write segment list to |
| [in] | segments | Segment list |
| [in] | comment | Comment for FITS table |
Definition at line 37 of file FITSPulsarIO.c.
| int XLALFITSReadSegmentList | ( | FITSFile * | file, |
| const CHAR * | name, | ||
| LALSegList ** | segments | ||
| ) |
Read a segment list from a FITS file.
| [in] | file | FITS file pointer |
| [in] | name | Name of FITS table to read segment list from |
| [out] | segments | Segment list |
Definition at line 62 of file FITSPulsarIO.c.
| int XLALFITSWriteEphemerisData | ( | FITSFile * | file, |
| const EphemerisData * | ephemerides | ||
| ) |
Write ephemeris data to a FITS file.
| [in] | file | FITS file pointer |
| [in] | ephemerides | Ephemeris data |
Definition at line 106 of file FITSPulsarIO.c.
| int XLALFITSReadEphemerisData | ( | FITSFile * | file, |
| EphemerisData ** | ephemerides | ||
| ) |
Read ephemeris data from a FITS file.
| [in] | file | FITS file pointer |
| [out] | ephemerides | Ephemeris data |
Definition at line 144 of file FITSPulsarIO.c.