3 #ifndef TableTextWriter_h
4 #define TableTextWriter_h 1
126 void printEndMessage()
const ;
std::vector< std::string > _headerRecords
Header records to be stored.
Definition: TableTextWriter.h:108
bool _addCounter
Flag for output to single file.
Definition: TableTextWriter.h:102
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
ofstream _outputStream
Output file pointer.
Definition: TableTextWriter.h:114
string _textFileNameRoot
Output file name root.
Definition: TableTextWriter.h:96
int _nTables
Table counter, used to number file name.
Definition: TableTextWriter.h:120
std::vector< std::string > _selectedColumns
Table columns to be stored.
Definition: TableTextWriter.h:105
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
GloriaFitsTable * _outputTable
Temporary table to prepare text output.
Definition: TableTextWriter.h:111
bool _oneFile
Flag for output to single file.
Definition: TableTextWriter.h:99
int _nWritten
Counter for images successfully written to file.
Definition: TableTextWriter.h:123
Class for reading and processing fits tables in Luiza.
Definition: GloriaFitsTable.h:109
Processor for writing tables to output TEXT files.
Definition: TableTextWriter.h:53
Namespace for Luiza framework.
Definition: CCCollection.h:6
string _tableCollectionName
Name of the table collection which should be stored.
Definition: TableTextWriter.h:93
int _nLoops
Loop counter.
Definition: TableTextWriter.h:117