3 #ifndef PixelClusterFinder_h
4 #define PixelClusterFinder_h 1
6 #include "luiza/Processor.h"
127 virtual void init() ;
145 void printEndMessage()
const ;
Simple processor to find pixel clusters (stars) on the CCD frame.
Definition: PixelClusterFinder.h:115
virtual Processor * newProcessor()
Return a new instance of the processor.
Definition: PixelClusterFinder.h:119
string _inputCollectionName
Name of the image collection containing images to be added.
Definition: PixelClusterFinder.h:148
namespace for data storing and exchange formats
Definition: GloriaAstrometry.h:15
int _maxClusters
Maximum number of clusters.
Definition: PixelClusterFinder.h:182
bool _useTelescopeParameters
Use network configuration file to update processor parameters.
Definition: PixelClusterFinder.h:224
int _maxPixels
Maximum number of pixels in the cluster.
Definition: PixelClusterFinder.h:174
int _bgPol
Background level interpolation flag.
Definition: PixelClusterFinder.h:202
std::vector< std::string > _spreadColumns
Column names for spread information.
Definition: PixelClusterFinder.h:237
int _frameDivision
Frame division for background calculation.
Definition: PixelClusterFinder.h:194
Class for storing all data processed in Luiza.
Definition: GloriaDataContainer.h:82
bool _addSpread
Flag for writing spread information to output table.
Definition: PixelClusterFinder.h:234
double _pixThreshold
Threshold for the cluster pixel signal (in units of noise level)
Definition: PixelClusterFinder.h:164
Base class for Luiza processors.
Definition: Processor.h:55
string _outputCollectionName
Name of the output image collection.
Definition: PixelClusterFinder.h:151
int _noisePol
Noise level interpolation flag.
Definition: PixelClusterFinder.h:210
std::vector< std::string > _copykey
Keywords of image fits header to copied to the table header.
Definition: PixelClusterFinder.h:154
bool _addNoise
Flag for writing noise information to output table.
Definition: PixelClusterFinder.h:228
int _backgroundSampling
Background sampling factor.
Definition: PixelClusterFinder.h:188
Namespace for Luiza framework.
Definition: CCCollection.h:6
bool _addShape
Flag for writing shape information to output table.
Definition: PixelClusterFinder.h:240
bool _permanentCollection
Flag the output collection to be permanent.
Definition: PixelClusterFinder.h:157
std::vector< std::string > _shapeColumns
Column names for shape information.
Definition: PixelClusterFinder.h:243
bool _moreNeighbours
When set to true: search neighbours in 5x5 square rather than 3x3.
Definition: PixelClusterFinder.h:167
string _noiseColumn
Column name for noise information.
Definition: PixelClusterFinder.h:231
double _seedThreshold
Threshold for the cluster seed signal (in units of noise level)
Definition: PixelClusterFinder.h:161