- Class CCfits::PHDU
- Implement functions that allow replacement of the primary image
- Member CCfits::AsciiTable::AsciiTable (FITS *p, const String &hduName, int rows, const std::vector< String > &columnName=std::vector< String >(), const std::vector< String > &columnFmt=std::vector< String >(), const std::vector< String > &columnUnit=std::vector< String >(), int version=1)
-
- Member CCfits::FITS::addImage (const String &hduName, int bpix, std::vector< long > &naxes, int version=1)
- Add a function for replacing the primary image
- Member CCfits::FITS::addTable (const String &hduName, int rows, const std::vector< String > &columnName=std::vector< String >(), const std::vector< String > &columnFmt=std::vector< String >(), const std::vector< String > &columnUnit=std::vector< String >(), HduType type=BinaryTbl, int version=1)
- the code should one day check that the version keyword is higher than any other versions already added to the FITS object (although cfitsio doesn't do this either).