3 #ifndef BackgroundImage_h
4 #define BackgroundImage_h 1
6 #include "luiza/Processor.h"
89 void printEndMessage()
const ;
bool _permanentCollection
Flag the output collections to be permanent.
Definition: BackgroundImage.h:101
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
int _backgroundSampling
Background sampling factor.
Definition: BackgroundImage.h:107
int _interpolationOrder
Polinomial order used to interpolate background map.
Definition: BackgroundImage.h:116
int _frameDivision
Frame division for background calculation.
Definition: BackgroundImage.h:113
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: BackgroundImage.h:63
Processor to generate background/noise map from CCD frame.
Definition: BackgroundImage.h:59
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
string _noiseCollectionName
Name of the output noise image collection.
Definition: BackgroundImage.h:98
string _inputCollectionName
Name of the image collection containing images to be added.
Definition: BackgroundImage.h:92
Namespace for Luiza framework.
Definition: CCCollection.h:6
bool _useTelescopeParameters
Use network configuration file to update processor parameters.
Definition: BackgroundImage.h:127
string _backgroundCollectionName
Name of the output background image collection.
Definition: BackgroundImage.h:95