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.

References ltl::FitsIn::getNextPixel().

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

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

References ltl::FitsOut::copyData().

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

Overload of global <<.

References ltl::FitsOut::setNextPixel().

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

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

References ltl::FitsOut::copyData().

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

Write header without data segment (NAXIS=0) to outfile.

References ltl::FitsExtension::getPrimary(), ltl::FitsExtension::incExtNo(), and ltl::FitsOut::openData().

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

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

References ltl::FitsOut::copyData(), ltl::FitsExtension::getPrimary(), and ltl::FitsExtension::incExtNo().

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

Write ltl::MArray to FITS file.

Write ltl::MArray to FITS file with extensions.


Generated on 19 Feb 2015 for LTL by  doxygen 1.6.1