Definition at line 725 of file fits.h.
References ___err___, clear(), gLog, fits::Table::is_compressed, and fits::Table::name.
731 throw std::runtime_error(
"Trying to read a compressed fits with the base fits class. Use factfits instead.");
733 gLog <<
___err___ <<
"ERROR - Trying to read a compressed fits with the base fits class. Use factfits instead." << std::endl;
735 clear(rdstate()|std::ios::badbit);
void Constructor(const std::string &fname, std::string fout="", const std::string &tableName="", bool force=false)