OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
fits_handler Namespace Reference

Functions

bool fits_read_attributes (libdap::DAS &das, const std::string &filename, std::string &error)
 
bool fits_read_descriptors (libdap::DDS &dds, const std::string &filename, std::string &error)
 
int process_hdu_ascii_table (fitsfile *fptr, libdap::DDS &dds, const std::string &hdu, const std::string &str)
 
int process_hdu_image (fitsfile *fptr, libdap::DDS &dds, const std::string &hdu, const std::string &str)
 
void process_status (int status, std::string &error)
 

Function Documentation

bool fits_handler::fits_read_attributes ( libdap::DAS &  das,
const std::string &  filename,
std::string &  error 
)
bool fits_handler::fits_read_descriptors ( libdap::DDS &  dds,
const std::string &  filename,
std::string &  error 
)
int fits_handler::process_hdu_ascii_table ( fitsfile *  fptr,
libdap::DDS &  dds,
const std::string &  hdu,
const std::string &  str 
)
int fits_handler::process_hdu_image ( fitsfile *  fptr,
libdap::DDS &  dds,
const std::string &  hdu,
const std::string &  str 
)
void fits_handler::process_status ( int  status,
std::string &  error 
)

Definition at line 60 of file fits_read_descriptors.cc.