Definition at line 84 of file zfits.h.
References ___err___, AllocateBuffers(), clear(), fCatalogInitialized, fColumnOrdering, fNumRowsPerTile, fNumTiles, fits::fTable, fits::GetInt(), gLog, fits::Table::is_compressed, fits::kCompFACT, FITS::kOrderByRow, ReadCatalog(), and fits::Table::sorted_cols.
Referenced by ReadBinaryRow().
101 clear(rdstate()|std::ios::badbit);
103 throw std::runtime_error(
"Only the FACT compression scheme is handled by this reader.");
105 gLog <<
___err___ <<
"ERROR - Only the FACT compression scheme is handled by this reader." << std::endl;
size_t fNumRowsPerTile
Number of rows per compressed tile.
SortedColumns sorted_cols
std::vector< char > fColumnOrdering
ordering of the column's rows. Can change from tile to tile.
int64_t GetInt(const std::string &key) const
size_t fNumTiles
Total number of tiles.