LALPulsar  6.1.0.1-fe68b98
FITSFileIO.c File Reference

Prototypes

void XLALFITSFileClose (FITSFile UNUSED *file)
 
FITSFileXLALFITSFileOpenWrite (const CHAR UNUSED *file_name)
 
FITSFileXLALFITSFileOpenRead (const CHAR UNUSED *file_name)
 
int XLALFITSFileSeekPrimaryHDU (FITSFile UNUSED *file)
 
int XLALFITSFileSeekNamedHDU (FITSFile UNUSED *file, const CHAR UNUSED *name)
 
int XLALFITSFileWriteHistory (FITSFile UNUSED *file, const CHAR UNUSED *format,...)
 
int XLALFITSFileWriteVCSInfo (FITSFile UNUSED *file, const LALVCSInfoList UNUSED vcs_list)
 
int XLALFITSFileWriteUVarCmdLine (FITSFile UNUSED *file)
 
int XLALFITSHeaderQueryKeyExists (FITSFile UNUSED *file, const CHAR UNUSED *key, BOOLEAN UNUSED *exists)
 
int XLALFITSHeaderWriteComment (FITSFile UNUSED *file, const CHAR UNUSED *format,...)
 
int XLALFITSHeaderWriteBOOLEAN (FITSFile UNUSED *file, const CHAR UNUSED *key, const BOOLEAN UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadBOOLEAN (FITSFile UNUSED *file, const CHAR UNUSED *key, BOOLEAN UNUSED *value)
 
int XLALFITSHeaderWriteUINT2 (FITSFile UNUSED *file, const CHAR UNUSED *key, const UINT2 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadUINT2 (FITSFile UNUSED *file, const CHAR UNUSED *key, UINT2 UNUSED *value)
 
int XLALFITSHeaderWriteUINT4 (FITSFile UNUSED *file, const CHAR UNUSED *key, const UINT4 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadUINT4 (FITSFile UNUSED *file, const CHAR UNUSED *key, UINT4 UNUSED *value)
 
int XLALFITSHeaderWriteUINT8 (FITSFile UNUSED *file, const CHAR UNUSED *key, const UINT8 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadUINT8 (FITSFile UNUSED *file, const CHAR UNUSED *key, UINT8 UNUSED *value)
 
int XLALFITSHeaderWriteINT2 (FITSFile UNUSED *file, const CHAR UNUSED *key, const INT2 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadINT2 (FITSFile UNUSED *file, const CHAR UNUSED *key, INT2 UNUSED *value)
 
int XLALFITSHeaderWriteINT4 (FITSFile UNUSED *file, const CHAR UNUSED *key, const INT4 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadINT4 (FITSFile UNUSED *file, const CHAR UNUSED *key, INT4 UNUSED *value)
 
int XLALFITSHeaderWriteINT8 (FITSFile UNUSED *file, const CHAR UNUSED *key, const INT8 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadINT8 (FITSFile UNUSED *file, const CHAR UNUSED *key, INT8 UNUSED *value)
 
int XLALFITSHeaderWriteREAL4 (FITSFile UNUSED *file, const CHAR UNUSED *key, const REAL4 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadREAL4 (FITSFile UNUSED *file, const CHAR UNUSED *key, REAL4 UNUSED *value)
 
int XLALFITSHeaderWriteREAL8 (FITSFile UNUSED *file, const CHAR UNUSED *key, const REAL8 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadREAL8 (FITSFile UNUSED *file, const CHAR UNUSED *key, REAL8 UNUSED *value)
 
int XLALFITSHeaderWriteCOMPLEX8 (FITSFile UNUSED *file, const CHAR UNUSED *key, const COMPLEX8 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadCOMPLEX8 (FITSFile UNUSED *file, const CHAR UNUSED *key, COMPLEX8 UNUSED *value)
 
int XLALFITSHeaderWriteCOMPLEX16 (FITSFile UNUSED *file, const CHAR UNUSED *key, const COMPLEX16 UNUSED value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadCOMPLEX16 (FITSFile UNUSED *file, const CHAR UNUSED *key, COMPLEX16 UNUSED *value)
 
int XLALFITSHeaderWriteString (FITSFile UNUSED *file, const CHAR UNUSED *key, const CHAR UNUSED *value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadString (FITSFile UNUSED *file, const CHAR UNUSED *key, CHAR UNUSED **value)
 
int XLALFITSHeaderWriteStringVector (FITSFile UNUSED *file, const CHAR UNUSED *key, const LALStringVector UNUSED *values, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadStringVector (FITSFile UNUSED *file, const CHAR UNUSED *key, LALStringVector UNUSED **values)
 
int XLALFITSHeaderWriteGPSTime (FITSFile UNUSED *file, const CHAR UNUSED *key, const LIGOTimeGPS UNUSED *value, const CHAR UNUSED *comment)
 
int XLALFITSHeaderReadGPSTime (FITSFile UNUSED *file, const CHAR UNUSED *key, LIGOTimeGPS UNUSED *value)
 
int XLALFITSArrayOpenWrite (FITSFile UNUSED *file, const CHAR UNUSED *name, const size_t UNUSED ndim, const size_t UNUSED dims[], const CHAR UNUSED *comment)
 
int XLALFITSArrayOpenRead (FITSFile UNUSED *file, const CHAR UNUSED *name, size_t UNUSED *ndim, size_t UNUSED dims[])
 
int XLALFITSArrayOpenWrite1 (FITSFile UNUSED *file, const CHAR UNUSED *name, const size_t UNUSED dim0, const CHAR UNUSED *comment)
 
int XLALFITSArrayOpenRead1 (FITSFile UNUSED *file, const CHAR UNUSED *name, size_t UNUSED *dim0)
 
int XLALFITSArrayOpenWrite2 (FITSFile UNUSED *file, const CHAR UNUSED *name, const size_t UNUSED dim0, const size_t UNUSED dim1, const CHAR UNUSED *comment)
 
int XLALFITSArrayOpenRead2 (FITSFile UNUSED *file, const CHAR UNUSED *name, size_t UNUSED *dim0, size_t UNUSED *dim1)
 
static int UNUSED XLALFITSArrayWrite (FITSFile UNUSED *file, const size_t UNUSED idx[], const int UNUSED bitpix, const int UNUSED datatype, const void UNUSED *elem)
 
static int UNUSED XLALFITSArrayRead (FITSFile UNUSED *file, const size_t UNUSED idx[], const int UNUSED bitpix, const int UNUSED datatype, void UNUSED *elem, void UNUSED *nulelem)
 
int XLALFITSArrayWriteUINT2 (FITSFile UNUSED *file, const size_t UNUSED idx[], const UINT2 UNUSED elem)
 
int XLALFITSArrayReadUINT2 (FITSFile UNUSED *file, const size_t UNUSED idx[], UINT2 UNUSED *elem)
 
int XLALFITSArrayWriteUINT4 (FITSFile UNUSED *file, const size_t UNUSED idx[], const UINT4 UNUSED elem)
 
int XLALFITSArrayReadUINT4 (FITSFile UNUSED *file, const size_t UNUSED idx[], UINT4 UNUSED *elem)
 
int XLALFITSArrayWriteUINT8 (FITSFile UNUSED *file, const size_t UNUSED idx[], const UINT8 UNUSED elem)
 
int XLALFITSArrayReadUINT8 (FITSFile UNUSED *file, const size_t UNUSED idx[], UINT8 UNUSED *elem)
 
int XLALFITSArrayWriteINT2 (FITSFile UNUSED *file, const size_t UNUSED idx[], const INT2 UNUSED elem)
 
int XLALFITSArrayReadINT2 (FITSFile UNUSED *file, const size_t UNUSED idx[], INT2 UNUSED *elem)
 
int XLALFITSArrayWriteINT4 (FITSFile UNUSED *file, const size_t UNUSED idx[], const INT4 UNUSED elem)
 
int XLALFITSArrayReadINT4 (FITSFile UNUSED *file, const size_t UNUSED idx[], INT4 UNUSED *elem)
 
int XLALFITSArrayWriteINT8 (FITSFile UNUSED *file, const size_t UNUSED idx[], const INT8 UNUSED elem)
 
int XLALFITSArrayReadINT8 (FITSFile UNUSED *file, const size_t UNUSED idx[], INT8 UNUSED *elem)
 
int XLALFITSArrayWriteREAL4 (FITSFile UNUSED *file, const size_t UNUSED idx[], const REAL4 UNUSED elem)
 
int XLALFITSArrayReadREAL4 (FITSFile UNUSED *file, const size_t UNUSED idx[], REAL4 UNUSED *elem)
 
int XLALFITSArrayWriteREAL8 (FITSFile UNUSED *file, const size_t UNUSED idx[], const REAL8 UNUSED elem)
 
int XLALFITSArrayReadREAL8 (FITSFile UNUSED *file, const size_t UNUSED idx[], REAL8 UNUSED *elem)
 
int XLALFITSArrayWriteGSLMatrix (FITSFile UNUSED *file, const size_t UNUSED idx[], const gsl_matrix UNUSED *elems)
 
int XLALFITSArrayReadGSLMatrix (FITSFile UNUSED *file, const size_t UNUSED idx[], gsl_matrix UNUSED **elems)
 
int XLALFITSTableOpenWrite (FITSFile UNUSED *file, const CHAR UNUSED *name, const CHAR UNUSED *comment)
 
int XLALFITSTableOpenRead (FITSFile UNUSED *file, const CHAR UNUSED *name, UINT8 UNUSED *nrows)
 
static int UNUSED XLALFITSTableColumnAdd (FITSFile UNUSED *file, const CHAR UNUSED *name, const CHAR UNUSED *unit, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const void UNUSED *field, const size_t UNUSED field_size, const size_t UNUSED elem_size, const int UNUSED typechar, const int UNUSED datatype)
 
int XLALFITSTableColumnAddBOOLEAN (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const BOOLEAN UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddUINT2 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const UINT2 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddUINT4 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const UINT4 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddUINT8 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const UINT8 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddINT2 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const INT2 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddINT4 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const INT4 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddINT8 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const INT8 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddREAL4 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const REAL4 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddREAL8 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const REAL8 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddCOMPLEX8 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const COMPLEX8 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddCOMPLEX16 (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const COMPLEX16 UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddCHAR (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const void UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableColumnAddGPSTime (FITSFile UNUSED *file, const CHAR UNUSED *col_name, const size_t UNUSED noffsets, const size_t UNUSED offsets[2], const void UNUSED *record, const size_t UNUSED record_size, const LIGOTimeGPS UNUSED *field, const size_t UNUSED field_size)
 
int XLALFITSTableWriteRow (FITSFile UNUSED *file, const void UNUSED *record)
 
int XLALFITSTableReadRow (FITSFile UNUSED *file, void UNUSED *record, UINT8 UNUSED *rem_nrows)
 

Go to the source code of this file.

Function Documentation

◆ XLALFITSFileClose()

void XLALFITSFileClose ( FITSFile UNUSED *  file)

Definition at line 245 of file FITSFileIO.c.

◆ XLALFITSFileOpenWrite()

FITSFile* XLALFITSFileOpenWrite ( const CHAR UNUSED *  file_name)

Definition at line 263 of file FITSFileIO.c.

◆ XLALFITSFileOpenRead()

FITSFile* XLALFITSFileOpenRead ( const CHAR UNUSED *  file_name)

Definition at line 320 of file FITSFileIO.c.

◆ XLALFITSFileSeekPrimaryHDU()

int XLALFITSFileSeekPrimaryHDU ( FITSFile UNUSED *  file)

Definition at line 378 of file FITSFileIO.c.

◆ XLALFITSFileSeekNamedHDU()

int XLALFITSFileSeekNamedHDU ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name 
)

Definition at line 400 of file FITSFileIO.c.

◆ XLALFITSFileWriteHistory()

int XLALFITSFileWriteHistory ( FITSFile UNUSED *  file,
const CHAR UNUSED *  format,
  ... 
)

Definition at line 429 of file FITSFileIO.c.

◆ XLALFITSFileWriteVCSInfo()

int XLALFITSFileWriteVCSInfo ( FITSFile UNUSED *  file,
const LALVCSInfoList UNUSED  vcs_list 
)

Definition at line 466 of file FITSFileIO.c.

◆ XLALFITSFileWriteUVarCmdLine()

int XLALFITSFileWriteUVarCmdLine ( FITSFile UNUSED *  file)

Definition at line 508 of file FITSFileIO.c.

◆ XLALFITSHeaderQueryKeyExists()

int XLALFITSHeaderQueryKeyExists ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
BOOLEAN UNUSED *  exists 
)

Definition at line 563 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteComment()

int XLALFITSHeaderWriteComment ( FITSFile UNUSED *  file,
const CHAR UNUSED *  format,
  ... 
)

Definition at line 601 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteBOOLEAN()

int XLALFITSHeaderWriteBOOLEAN ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const BOOLEAN UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 635 of file FITSFileIO.c.

◆ XLALFITSHeaderReadBOOLEAN()

int XLALFITSHeaderReadBOOLEAN ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
BOOLEAN UNUSED *  value 
)

Definition at line 668 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteUINT2()

int XLALFITSHeaderWriteUINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const UINT2 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 697 of file FITSFileIO.c.

◆ XLALFITSHeaderReadUINT2()

int XLALFITSHeaderReadUINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
UINT2 UNUSED *  value 
)

Definition at line 732 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteUINT4()

int XLALFITSHeaderWriteUINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const UINT4 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 762 of file FITSFileIO.c.

◆ XLALFITSHeaderReadUINT4()

int XLALFITSHeaderReadUINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
UINT4 UNUSED *  value 
)

Definition at line 797 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteUINT8()

int XLALFITSHeaderWriteUINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const UINT8 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 827 of file FITSFileIO.c.

◆ XLALFITSHeaderReadUINT8()

int XLALFITSHeaderReadUINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
UINT8 UNUSED *  value 
)

Definition at line 863 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteINT2()

int XLALFITSHeaderWriteINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const INT2 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 893 of file FITSFileIO.c.

◆ XLALFITSHeaderReadINT2()

int XLALFITSHeaderReadINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
INT2 UNUSED *  value 
)

Definition at line 928 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteINT4()

int XLALFITSHeaderWriteINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const INT4 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 958 of file FITSFileIO.c.

◆ XLALFITSHeaderReadINT4()

int XLALFITSHeaderReadINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
INT4 UNUSED *  value 
)

Definition at line 993 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteINT8()

int XLALFITSHeaderWriteINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const INT8 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 1023 of file FITSFileIO.c.

◆ XLALFITSHeaderReadINT8()

int XLALFITSHeaderReadINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
INT8 UNUSED *  value 
)

Definition at line 1059 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteREAL4()

int XLALFITSHeaderWriteREAL4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const REAL4 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 1089 of file FITSFileIO.c.

◆ XLALFITSHeaderReadREAL4()

int XLALFITSHeaderReadREAL4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
REAL4 UNUSED *  value 
)

Definition at line 1123 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteREAL8()

int XLALFITSHeaderWriteREAL8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const REAL8 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 1150 of file FITSFileIO.c.

◆ XLALFITSHeaderReadREAL8()

int XLALFITSHeaderReadREAL8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
REAL8 UNUSED *  value 
)

Definition at line 1184 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteCOMPLEX8()

int XLALFITSHeaderWriteCOMPLEX8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const COMPLEX8 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 1211 of file FITSFileIO.c.

◆ XLALFITSHeaderReadCOMPLEX8()

int XLALFITSHeaderReadCOMPLEX8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
COMPLEX8 UNUSED *  value 
)

Definition at line 1246 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteCOMPLEX16()

int XLALFITSHeaderWriteCOMPLEX16 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const COMPLEX16 UNUSED  value,
const CHAR UNUSED *  comment 
)

Definition at line 1275 of file FITSFileIO.c.

◆ XLALFITSHeaderReadCOMPLEX16()

int XLALFITSHeaderReadCOMPLEX16 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
COMPLEX16 UNUSED *  value 
)

Definition at line 1310 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteString()

int XLALFITSHeaderWriteString ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const CHAR UNUSED *  value,
const CHAR UNUSED *  comment 
)

Definition at line 1339 of file FITSFileIO.c.

◆ XLALFITSHeaderReadString()

int XLALFITSHeaderReadString ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
CHAR UNUSED **  value 
)

Definition at line 1377 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteStringVector()

int XLALFITSHeaderWriteStringVector ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const LALStringVector UNUSED *  values,
const CHAR UNUSED *  comment 
)

Definition at line 1412 of file FITSFileIO.c.

◆ XLALFITSHeaderReadStringVector()

int XLALFITSHeaderReadStringVector ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
LALStringVector UNUSED **  values 
)

Definition at line 1456 of file FITSFileIO.c.

◆ XLALFITSHeaderWriteGPSTime()

int XLALFITSHeaderWriteGPSTime ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
const LIGOTimeGPS UNUSED *  value,
const CHAR UNUSED *  comment 
)

Definition at line 1494 of file FITSFileIO.c.

◆ XLALFITSHeaderReadGPSTime()

int XLALFITSHeaderReadGPSTime ( FITSFile UNUSED *  file,
const CHAR UNUSED *  key,
LIGOTimeGPS UNUSED *  value 
)

Definition at line 1547 of file FITSFileIO.c.

◆ XLALFITSArrayOpenWrite()

int XLALFITSArrayOpenWrite ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
const size_t UNUSED  ndim,
const size_t UNUSED  dims[],
const CHAR UNUSED *  comment 
)

Definition at line 1587 of file FITSFileIO.c.

◆ XLALFITSArrayOpenRead()

int XLALFITSArrayOpenRead ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
size_t UNUSED *  ndim,
size_t UNUSED  dims[] 
)

Definition at line 1634 of file FITSFileIO.c.

◆ XLALFITSArrayOpenWrite1()

int XLALFITSArrayOpenWrite1 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
const size_t UNUSED  dim0,
const CHAR UNUSED *  comment 
)

Definition at line 1680 of file FITSFileIO.c.

◆ XLALFITSArrayOpenRead1()

int XLALFITSArrayOpenRead1 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
size_t UNUSED *  dim0 
)

Definition at line 1693 of file FITSFileIO.c.

◆ XLALFITSArrayOpenWrite2()

int XLALFITSArrayOpenWrite2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
const size_t UNUSED  dim0,
const size_t UNUSED  dim1,
const CHAR UNUSED *  comment 
)

Definition at line 1710 of file FITSFileIO.c.

◆ XLALFITSArrayOpenRead2()

int XLALFITSArrayOpenRead2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
size_t UNUSED *  dim0,
size_t UNUSED *  dim1 
)

Definition at line 1723 of file FITSFileIO.c.

◆ XLALFITSArrayWrite()

static int UNUSED XLALFITSArrayWrite ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const int UNUSED  bitpix,
const int UNUSED  datatype,
const void UNUSED *  elem 
)
static

Definition at line 1743 of file FITSFileIO.c.

◆ XLALFITSArrayRead()

static int UNUSED XLALFITSArrayRead ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const int UNUSED  bitpix,
const int UNUSED  datatype,
void UNUSED *  elem,
void UNUSED *  nulelem 
)
static

Definition at line 1805 of file FITSFileIO.c.

◆ XLALFITSArrayWriteUINT2()

int XLALFITSArrayWriteUINT2 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const UINT2 UNUSED  elem 
)

Definition at line 1852 of file FITSFileIO.c.

◆ XLALFITSArrayReadUINT2()

int XLALFITSArrayReadUINT2 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
UINT2 UNUSED *  elem 
)

Definition at line 1865 of file FITSFileIO.c.

◆ XLALFITSArrayWriteUINT4()

int XLALFITSArrayWriteUINT4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const UINT4 UNUSED  elem 
)

Definition at line 1879 of file FITSFileIO.c.

◆ XLALFITSArrayReadUINT4()

int XLALFITSArrayReadUINT4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
UINT4 UNUSED *  elem 
)

Definition at line 1892 of file FITSFileIO.c.

◆ XLALFITSArrayWriteUINT8()

int XLALFITSArrayWriteUINT8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const UINT8 UNUSED  elem 
)

Definition at line 1906 of file FITSFileIO.c.

◆ XLALFITSArrayReadUINT8()

int XLALFITSArrayReadUINT8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
UINT8 UNUSED *  elem 
)

Definition at line 1920 of file FITSFileIO.c.

◆ XLALFITSArrayWriteINT2()

int XLALFITSArrayWriteINT2 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const INT2 UNUSED  elem 
)

Definition at line 1935 of file FITSFileIO.c.

◆ XLALFITSArrayReadINT2()

int XLALFITSArrayReadINT2 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
INT2 UNUSED *  elem 
)

Definition at line 1948 of file FITSFileIO.c.

◆ XLALFITSArrayWriteINT4()

int XLALFITSArrayWriteINT4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const INT4 UNUSED  elem 
)

Definition at line 1962 of file FITSFileIO.c.

◆ XLALFITSArrayReadINT4()

int XLALFITSArrayReadINT4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
INT4 UNUSED *  elem 
)

Definition at line 1975 of file FITSFileIO.c.

◆ XLALFITSArrayWriteINT8()

int XLALFITSArrayWriteINT8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const INT8 UNUSED  elem 
)

Definition at line 1989 of file FITSFileIO.c.

◆ XLALFITSArrayReadINT8()

int XLALFITSArrayReadINT8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
INT8 UNUSED *  elem 
)

Definition at line 2002 of file FITSFileIO.c.

◆ XLALFITSArrayWriteREAL4()

int XLALFITSArrayWriteREAL4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const REAL4 UNUSED  elem 
)

Definition at line 2016 of file FITSFileIO.c.

◆ XLALFITSArrayReadREAL4()

int XLALFITSArrayReadREAL4 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
REAL4 UNUSED *  elem 
)

Definition at line 2029 of file FITSFileIO.c.

◆ XLALFITSArrayWriteREAL8()

int XLALFITSArrayWriteREAL8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const REAL8 UNUSED  elem 
)

Definition at line 2043 of file FITSFileIO.c.

◆ XLALFITSArrayReadREAL8()

int XLALFITSArrayReadREAL8 ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
REAL8 UNUSED *  elem 
)

Definition at line 2056 of file FITSFileIO.c.

◆ XLALFITSArrayWriteGSLMatrix()

int XLALFITSArrayWriteGSLMatrix ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
const gsl_matrix UNUSED *  elems 
)

Definition at line 2070 of file FITSFileIO.c.

◆ XLALFITSArrayReadGSLMatrix()

int XLALFITSArrayReadGSLMatrix ( FITSFile UNUSED *  file,
const size_t UNUSED  idx[],
gsl_matrix UNUSED **  elems 
)

Definition at line 2118 of file FITSFileIO.c.

◆ XLALFITSTableOpenWrite()

int XLALFITSTableOpenWrite ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
const CHAR UNUSED *  comment 
)

Definition at line 2162 of file FITSFileIO.c.

◆ XLALFITSTableOpenRead()

int XLALFITSTableOpenRead ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
UINT8 UNUSED *  nrows 
)

Definition at line 2198 of file FITSFileIO.c.

◆ XLALFITSTableColumnAdd()

static int UNUSED XLALFITSTableColumnAdd ( FITSFile UNUSED *  file,
const CHAR UNUSED *  name,
const CHAR UNUSED *  unit,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const void UNUSED *  field,
const size_t UNUSED  field_size,
const size_t UNUSED  elem_size,
const int UNUSED  typechar,
const int UNUSED  datatype 
)
static

Definition at line 2236 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddBOOLEAN()

int XLALFITSTableColumnAddBOOLEAN ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const BOOLEAN UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2329 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddUINT2()

int XLALFITSTableColumnAddUINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const UINT2 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2344 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddUINT4()

int XLALFITSTableColumnAddUINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const UINT4 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2361 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddUINT8()

int XLALFITSTableColumnAddUINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const UINT8 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2378 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddINT2()

int XLALFITSTableColumnAddINT2 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const INT2 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2395 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddINT4()

int XLALFITSTableColumnAddINT4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const INT4 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2412 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddINT8()

int XLALFITSTableColumnAddINT8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const INT8 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2429 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddREAL4()

int XLALFITSTableColumnAddREAL4 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const REAL4 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2446 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddREAL8()

int XLALFITSTableColumnAddREAL8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const REAL8 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2463 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddCOMPLEX8()

int XLALFITSTableColumnAddCOMPLEX8 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const COMPLEX8 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2480 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddCOMPLEX16()

int XLALFITSTableColumnAddCOMPLEX16 ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const COMPLEX16 UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2497 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddCHAR()

int XLALFITSTableColumnAddCHAR ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const void UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2514 of file FITSFileIO.c.

◆ XLALFITSTableColumnAddGPSTime()

int XLALFITSTableColumnAddGPSTime ( FITSFile UNUSED *  file,
const CHAR UNUSED *  col_name,
const size_t UNUSED  noffsets,
const size_t UNUSED  offsets[2],
const void UNUSED *  record,
const size_t UNUSED  record_size,
const LIGOTimeGPS UNUSED *  field,
const size_t UNUSED  field_size 
)

Definition at line 2529 of file FITSFileIO.c.

◆ XLALFITSTableWriteRow()

int XLALFITSTableWriteRow ( FITSFile UNUSED *  file,
const void UNUSED *  record 
)

Definition at line 2550 of file FITSFileIO.c.

◆ XLALFITSTableReadRow()

int XLALFITSTableReadRow ( FITSFile UNUSED *  file,
void UNUSED *  record,
UINT8 UNUSED *  rem_nrows 
)

Definition at line 2621 of file FITSFileIO.c.