Prototypes | |
| static int | fits_table_init_LALSeg (FITSFile *file) |
| Initialise a FITS table for writing/reading a table of LALSeg entries. More... | |
| 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... | |
| static int | fits_table_init_PosVelAcc (FITSFile *file) |
| Initialise a FITS table for writing/reading a table of PosVelAcc entries. 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... | |
Go to the source code of this file.
Initialise a FITS table for writing/reading a table of LALSeg entries.
Definition at line 25 of file FITSPulsarIO.c.
Initialise a FITS table for writing/reading a table of PosVelAcc entries.
Definition at line 93 of file FITSPulsarIO.c.