FitsIn & operator>> | ( | FitsIn & | fitsfile, | |
T & | a | |||
) | [related, inherited] |
Overload of global >>, raw read of complete data segment.
Copy (selected region of) data segment from infile to outfile.
FitsOut & operator<< | ( | FitsOut & | fitsfile, | |
const T & | a | |||
) | [related, inherited] |
Overload of global <<.
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.
FitsIn & operator>> | ( | FitsIn & | fitsfile, | |
MArray< T, N > & | a | |||
) | [related, inherited] |
Read FITS data into ltl::MArray.
FitsOut & operator<< | ( | FitsOut & | fitsfile, | |
const MArray< T, N > & | a | |||
) | [related, inherited] |
Write ltl::MArray to FITS file.