#include <mcs.hh>
The documentation for this class has yet to be written.
Definition at line 7891 of file mcs.hh.
Public Member Functions | |
void | close () |
int | currentHDU () |
bool | ffile_is_compressed (string fn) |
FITSReader () | |
int | HDUCount () |
void | open (string fn) |
void | open (Buffer &buf) |
void | selectHDU (string name, int extver=0) |
void | selectHDU (int hdunum) |
bool | selectNextHDU () |
~FITSReader () | |
Public Attributes | |
Record | header |
Record | header_comments |
Private Member Functions | |
bool | fetch (unsigned int newpos, bool random) |
Private Attributes | |
void * | fptr |
bool | local |
Buffer | memfile |
void * | memfilep |
size_t | memfilesize |
int | ncols |
int | nhdu |
long int | nrows |
![]() |
MCS (My Customizable Server) ver. 0.3.3-alpha3
|