3 #ifndef SimpleImageAdder_h
4 #define SimpleImageAdder_h 1
6 #include "luiza/Processor.h"
114 void printEndMessage()
const ;
147 std::string _initKeyVal;
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: SimpleImageAdder.h:59
int _nAddImages
Number of images in the sum (0 for all in the input collection)
Definition: SimpleImageAdder.h:126
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
bool _permanentCollection
Flag the output collection to be permanent.
Definition: SimpleImageAdder.h:123
std::vector< std::string > _matchKeywords
Keywords which should match for added frames.
Definition: SimpleImageAdder.h:135
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
Simple processor to add images in the input collection.
Definition: SimpleImageAdder.h:55
string _outputCollectionName
Name of the output image collection.
Definition: SimpleImageAdder.h:120
string _inputCollectionName
Name of the image collection containing images to be added.
Definition: SimpleImageAdder.h:117
std::vector< std::string > _matchValues
Values of keywords being matched.
Definition: SimpleImageAdder.h:138
bool _useManyLoops
Allow adding images from different loops.
Definition: SimpleImageAdder.h:129
Namespace for Luiza framework.
Definition: CCCollection.h:6
Class for reading and processing fits images in Luiza.
Definition: GloriaFitsImage.h:43
bool _averageImage
Flag to select adding (false) or averaging (true) of input images.
Definition: SimpleImageAdder.h:132