3 #ifndef TableTextReader_h
4 #define TableTextReader_h 1
6 #include "DataSourceProcessor.h"
138 void printEndMessage()
const ;
std::vector< std::string > _columnDefaults
Default values for columns in the input table.
Definition: TableTextReader.h:117
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
std::vector< std::string > _columnTypes
Types of columns in the input table.
Definition: TableTextReader.h:111
int _tablesPerLoop
Number of tables to be read per processing loop (0 for all)
Definition: TableTextReader.h:126
std::vector< std::string > _columnNames
Names of columns in the input table.
Definition: TableTextReader.h:108
Processor for reading data tables from input text files.
Definition: TableTextReader.h:72
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
std::string _tableCollectionName
Name of the table collection to which tables from file should be stored.
Definition: TableTextReader.h:120
Base class for processors accessing input data.
Definition: DataSourceProcessor.h:19
int _nTables
Table counter.
Definition: TableTextReader.h:132
std::vector< std::string > _listFileList
Names of files containing lists of table file names (one per line)
Definition: TableTextReader.h:105
GloriaFitsTable * _inputTable
Template of input table, as defined by user.
Definition: TableTextReader.h:141
Class for reading and processing fits tables in Luiza.
Definition: GloriaFitsTable.h:109
int _nFiles
File counter.
Definition: TableTextReader.h:135
Namespace for Luiza framework.
Definition: CCCollection.h:6
int _nLoops
Loop counter.
Definition: TableTextReader.h:129
bool _permanentCollection
Flag for collections, which should not be deleted after loop is finished.
Definition: TableTextReader.h:123
std::vector< std::string > _tableFileList
List of text table files to be read.
Definition: TableTextReader.h:102
std::vector< std::string > _columnUnits
Units of columns in the input table.
Definition: TableTextReader.h:114