3 #ifndef CalibrateFrameObjects_h
4 #define CalibrateFrameObjects_h 1
6 #include "luiza/Processor.h"
156 virtual void init() ;
183 void printEndMessage()
const ;
255 int _nObjectsMatched;
string _calibrationMapCollection
Name of the table collection to store calibration correction map.
Definition: CalibrateFrameObjects.h:207
string _outputCollectionName
Name of the output table collection, with calibration results.
Definition: CalibrateFrameObjects.h:192
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: CalibrateFrameObjects.h:148
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
vector< int > _inputImageSize
Size of the image corresponding to the analysed object list (for map definition)
Definition: CalibrateFrameObjects.h:247
string _referenceMagColumn
Name of the column containing reference magnitudo.
Definition: CalibrateFrameObjects.h:225
string _skyCatalogName
Name of the collection containing sky catalog to be matched.
Definition: CalibrateFrameObjects.h:189
std::vector< std::string > _positionColumns
Names of the position columns in the table.
Definition: CalibrateFrameObjects.h:214
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Processor to normalize brightness measurements on the whole frame.
Definition: CalibrateFrameObjects.h:144
bool _magnitudoGiven
Flag for brightness given in magintudo.
Definition: CalibrateFrameObjects.h:222
Base class for Luiza processors.
Definition: Processor.h:55
string _calibrationImageCollection
Name of the image collection to store calibration correction image.
Definition: CalibrateFrameObjects.h:201
vector< float > _referenceMagRange
Magnitudo range for reference stars used for calibration.
Definition: CalibrateFrameObjects.h:229
int _interpolationOrder
Polinomial order used to interpolate calibration map.
Definition: CalibrateFrameObjects.h:244
string _inputImageCollection
Name of the input image collection - just to get size of images.
Definition: CalibrateFrameObjects.h:198
bool _autoAdjustDivision
Flag to allow automatic adjustment of map binning for too few entries.
Definition: CalibrateFrameObjects.h:238
int _frameDivision
Frame division for calibration map calculation.
Definition: CalibrateFrameObjects.h:235
Namespace for Luiza framework.
Definition: CCCollection.h:6
string _errorImageCollection
Name of the image collection to store calibration uncertainty image.
Definition: CalibrateFrameObjects.h:204
int _correctionFitOrder
Order of the polynomial fit of correction dependence on position.
Definition: CalibrateFrameObjects.h:241
double _matchingTolerance
Position matching tolerance for object and reference stars.
Definition: CalibrateFrameObjects.h:211
vector< std::string > _outputColumnNames
Names of columns for calibrated magnitudo and estimated uncertainty.
Definition: CalibrateFrameObjects.h:251
std::string _brightnessColumn
Name of the object brightness column.
Definition: CalibrateFrameObjects.h:218
string _inputCollectionName
Name of the collection containing object lists.
Definition: CalibrateFrameObjects.h:186
bool _permanentCollection
Flag the output collection to be permanent.
Definition: CalibrateFrameObjects.h:195