4 #define ImageLaplace_h 1 
    6 #include "luiza/Processor.h" 
   75     void printEndMessage() 
const ;
 
namespace for data storing and exchange formats 
Definition: GloriaAstrometry.h:15
 
virtual Processor * newProcessor()
Return a new instance of the processor. 
Definition: ImageLaplace.h:49
 
string _outputCollectionName
Name of the output image collection. 
Definition: ImageLaplace.h:81
 
int _laplaceType
Allow choosing Laplace transformation matrix. 
Definition: ImageLaplace.h:87
 
Class for storing all data processed in Luiza. 
Definition: GloriaDataContainer.h:82
 
Base class for Luiza processors. 
Definition: Processor.h:55
 
bool _permanentCollection
Flag the output collection to be permanent. 
Definition: ImageLaplace.h:84
 
string _inputCollectionName
Name of the image collection containing images to be added. 
Definition: ImageLaplace.h:78
 
Namespace for Luiza framework. 
Definition: CCCollection.h:6
 
Class for reading and processing fits images in Luiza. 
Definition: GloriaFitsImage.h:43
 
Simple processor to produce laplace images from the input collection. 
Definition: ImageLaplace.h:45