3 #ifndef ApplyFlatKernel_h
4 #define ApplyFlatKernel_h 1
6 #include "luiza/Processor.h"
116 void printEndMessage()
const ;
136 int _kernelSizeX, _kernelSizeY;
std::vector< float > _objectSize
Assumed size of the object on the frame, in X and Y.
Definition: ApplyFlatKernel.h:128
string _inputCollectionName
Name of the image collection containing images to be added.
Definition: ApplyFlatKernel.h:119
Simple processor to look for vertical or horizontal line segments in the input image.
Definition: ApplyFlatKernel.h:59
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
std::vector< float > _objectSmearing
Assumed smearing of the flat object shape, in X and Y.
Definition: ApplyFlatKernel.h:131
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: ApplyFlatKernel.h:63
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
Base class for Luiza processors.
Definition: Processor.h:55
std::vector< int > _kernelSize
Kernel array size in X and Y.
Definition: ApplyFlatKernel.h:134
string _outputCollectionName
Name of the output image collection.
Definition: ApplyFlatKernel.h:122
Namespace for Luiza framework.
Definition: CCCollection.h:6
Class for reading and processing fits images in Luiza.
Definition: GloriaFitsImage.h:43
bool _permanentCollection
Flag the output collection to be permanent.
Definition: ApplyFlatKernel.h:125