Definition at line 168 of file fitsdump.cc.
References fFilename, and fits::GetTables().
Referenced by Exec().
170 const std::vector<std::string> &tables =
GetTables();
172 cout <<
"File " <<
fFilename <<
" has " << tables.size() <<
" table(s): " << endl;
173 for (
auto it=tables.begin(); it!=tables.end(); it++)
174 cout <<
" * " << *it << endl;
const std::vector< std::string > & GetTables() const