Main Page | Modules | Class Hierarchy | Class List | File List | Class Members

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<>
FitsOut & operator<< < FitsExtensionIn > FitsOut outfile,
FitsExtensionIn infile
[related, inherited]
 

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

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

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

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

Write ltl::MArray to FITS file.

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

Overload of global <<.

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

Read FITS data into ltl::MArray.

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

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

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

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


Generated on Fri Dec 24 13:32:03 2004 for LTL by doxygen 1.3.4