MArray FITS file I/O
[MArray I/O]

Classes

Functions


Detailed Description

Reading from and writing to FITS files for ltl::MArray.

Function Documentation

template<class T>
FitsIn & operator>> ( FitsIn fitsfile,
T &  a 
) [related, inherited]

Overload of global >>, raw read of complete data segment.

FitsIn & operator>>< FitsOut > ( FitsIn infile,
FitsOut outfile 
) [related, inherited]

Copy (selected region of) data segment from infile to outfile.

template<class T>
FitsOut & operator<< ( FitsOut fitsfile,
const T &  a 
) [related, inherited]

Overload of global <<.

FitsOut & operator<< ( FitsOut outfile,
FitsIn infile 
) [related, inherited]

Copy (selected region of) data segment from infile to outfile.

FitsOut & operator<< ( FitsOut outfile,
FitsExtensionIn infile 
) [related, inherited]

Copy data of extension from infile to outfile. Cycles through extensions.

template<class T, int N>
FitsIn & operator>> ( FitsIn fitsfile,
MArray< T, N > &  a 
) [related, inherited]

Read FITS data into ltl::MArray.

template<class T, int N>
FitsOut & operator<< ( FitsOut fitsfile,
const MArray< T, N > &  a 
) [related, inherited]

Write ltl::MArray to FITS file.


Generated on Wed Mar 11 17:44:35 2009 for LTL by  doxygen 1.5.3