RTC Toolkit
2.0.0
|
Implementation of FITS I/O helper functions. More...
Namespaces | |
rtctk | |
rtctk::componentFramework | |
Functions | |
std::string | rtctk::componentFramework::GetCfitsioErrorMsg (int status) |
Helper function to convert a Cfitsio status code to a human readable message. More... | |
std::string | rtctk::componentFramework::CfitsioImageTypeToString (int bitpix) |
Returns a string representation of a Cfitsio image type code. More... | |
std::string | rtctk::componentFramework::CfitsioDataTypeToString (int datatype) |
Returns a string representation of a Cfitsio data type code. More... | |
const std::type_info & | rtctk::componentFramework::GetFitsImageType (const std::string &filename) |
Get the C++ type corresponding to a FITS image. More... | |
std::size_t | rtctk::componentFramework::GetFitsImageSize (const std::string &filename) |
Get the number of pixels in a FITS image. More... | |
Implementation of FITS I/O helper functions.