CCfits
2.6
|
Classes | |
class | CCfits::Column::RangeError |
exception to be thrown for inputs that cause range errors in column read operations. More... | |
class | CCfits::ExtHDU::WrongExtensionType |
Exception to be thrown on unmatched extension types. More... | |
class | CCfits::FITS::CantCreate |
thrown on failure to create new file More... | |
class | CCfits::FITS::CantOpen |
thrown on failure to open existing file More... | |
class | CCfits::FITS::NoSuchHDU |
exception thrown by HDU retrieval methods. More... | |
class | CCfits::FITS::OperationNotSupported |
thrown for unsupported operations, such as attempted to select rows from an image extension. More... | |
class | CCfits::FitsError |
FitsError is the exception thrown by non-zero cfitsio status codes. More... | |
class | CCfits::FitsException |
FitsException is the base class for all exceptions thrown by this library. More... | |
class | CCfits::FitsFatal |
[potential] base class for exceptions to be thrown on internal library error. More... | |
class | CCfits::FITSUtil::UnrecognizedType |
exception thrown by MatchType if it encounters data type incompatible with cfitsio. More... | |
class | CCfits::HDU::InvalidExtensionType |
exception to be thrown if user requests extension type that can not be understood as ImageExt, AsciiTable or BinTable. More... | |
class | CCfits::HDU::InvalidImageDataType |
exception to be thrown if user requests creation of an image of type not supported by cfitsio. More... | |
class | CCfits::HDU::NoNullValue |
exception to be thrown on seek errors for keywords. More... | |
class | CCfits::HDU::NoSuchKeyword |
exception to be thrown on seek errors for keywords. More... | |
class | CCfits::Table::NoSuchColumn |
Exception to be thrown on a failure to retrieve a column specified either by name or index number. More... | |