3 #ifndef TestProcessor_h
4 #define TestProcessor_h 1
64 void printEndMessage()
const ;
66 string _imageCollectionName;
67 string _tableCollectionName;
70 int _nImgCollections ;
72 int _nTblCollections ;
Simple processor for testing data collection.
Definition: TestProcessor.h:24
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
Class for reading and processing fits tables in Luiza.
Definition: GloriaFitsTable.h:109
Namespace for Luiza framework.
Definition: CCCollection.h:6
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: TestProcessor.h:28