3 #ifndef FitsTableReader_h
4 #define FitsTableReader_h 1
6 #include "DataSourceProcessor.h"
107 void printEndMessage()
const ;
int _nTables
Table counter.
Definition: FitsTableReader.h:101
Processor for reading data tables from input FITS files.
Definition: FitsTableReader.h:52
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
int _nLoops
Loop counter.
Definition: FitsTableReader.h:98
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for processors accessing input data.
Definition: DataSourceProcessor.h:19
int _tablesPerLoop
Number of tables to be read per processing loop (0 for all)
Definition: FitsTableReader.h:95
Class for reading and processing fits tables in Luiza.
Definition: GloriaFitsTable.h:109
std::vector< std::string > _tableFileList
List of fits table files to be read.
Definition: FitsTableReader.h:83
int _nFiles
File counter.
Definition: FitsTableReader.h:104
Namespace for Luiza framework.
Definition: CCCollection.h:6
std::string _tableCollectionName
Name of the table collection to which tables from file should be stored.
Definition: FitsTableReader.h:89
std::vector< std::string > _listFileList
Names of files containing lists of table file names (one per line)
Definition: FitsTableReader.h:86
bool _permanentCollection
Flag for collections, which should not be deleted after loop is finished.
Definition: FitsTableReader.h:92