|
Luiza
v03-01
|
Namespace for Luiza framework. More...
Classes | |
| class | AbortProcessingException |
| AbortProcessingException used to abort proccessing of data. More... | |
| class | ApplyFlatKernel |
| Simple processor to look for vertical or horizontal line segments in the input image. More... | |
| class | ApplyGausKernel |
| Processor to calculate Gaus Kernel and apply it to the image frame. More... | |
| class | AstroImageAdder |
| Processor to add images, based on astrometry (taking into account possible shifts) More... | |
| class | Astrometry |
| Processor implementing Astrometry.net algorithms. More... | |
| class | BackgroundImage |
| Processor to generate background/noise map from CCD frame. More... | |
| class | CalculateGausPSF |
| Processor to calculate Gaus profile parameters for stars on the CCD frame. More... | |
| class | CalibrateFrameObjects |
| Processor to normalize brightness measurements on the whole frame. More... | |
| class | CCCollection |
| class | CCProcessor |
| class | CMProcessor |
| class | DataSourceProcessor |
| Base class for processors accessing input data. More... | |
| class | ExampleProcessor |
| Example processor for users. More... | |
| class | Exception |
| Define Exceptions class, useful for control of data processing. More... | |
| struct | Expression |
| class | FastAperturePhotometry |
| Simple processor to calculate aperture photometry on the CCD frame. More... | |
| class | FindLineTrajectory |
| Analytical line track fitting processor for LUIZA. More... | |
| class | FitsImageReader |
| Processor for reading input FITS images. More... | |
| class | FitsImageWriter |
| Processor for writing FITS images to output files. More... | |
| class | FitsTableReader |
| Processor for reading data tables from input FITS files. More... | |
| class | FitsTableWriter |
| Processor for writing tables to output TEXT files. More... | |
| class | Global |
| Class to store global processing parameters and network configuration. More... | |
| class | ImageLaplace |
| Simple processor to produce laplace images from the input collection. More... | |
| class | ImageMedian |
| Processor to calculate median image from images in the input collection. More... | |
| class | ImageNormalizationProcessor |
| Simple processor to apply dark subtraction and flat correction. More... | |
| class | IParser |
| class | LCTokenizer |
| class | LogicalExpressions |
| class | LuizaSteerCheck |
| class | MatchSkyCatalog |
| Processor to match object table with sky catalog. More... | |
| class | ObjectLightCurve |
| Processor to reconstruct light curve of given object. More... | |
| class | ParseException |
| ParseException used for parse errors, e.g. when reading the steering file. More... | |
| class | Parser |
| class | PiFitcImageReader |
| Processor for reading compressed Pi of the Sky images (.fitc) More... | |
| class | PiHalvesEqualizer |
| Processor to correct for gain difference between two halves of the frame. More... | |
| class | PiTableReader |
| Processor for reading Pi of the Sky data tables (mag and ast files) More... | |
| class | PixelClusterFinder |
| Simple processor to find pixel clusters (stars) on the CCD frame. More... | |
| class | Processor |
| Base class for Luiza processors. More... | |
| class | ProcessorLoader |
| class | ProcessorMgr |
| class | ProcessorParameter |
| class | ProcessorParameter_t |
| class | RootImageViewer |
| Processor allowing to view images during processing. More... | |
| class | RootProcessor |
| Base class for processors accessing input data. More... | |
| class | RootTreeWriter |
| Processor for writing numerical tables to root tree structure. More... | |
| class | SatelliteSearching |
| Example processor for users. More... | |
| class | SelectNewObjects |
| Processor to identify new objects in the sequence of object lists. More... | |
| class | SelectTableData |
| Processor to select data rows from the table. More... | |
| class | SimpleImageAdder |
| Simple processor to add images in the input collection. More... | |
| class | SimpleImageRotator |
| Simple processor to rotate images in the input collection. More... | |
| class | SimpleSourceFinder |
| Simple processor to find stars centres on the frame. More... | |
| class | SkipEventException |
| SkipEventException used to skip the current event in Processor::processData. More... | |
| class | SociSelect |
| Processor for reading tables from SQL database with SOCI library. More... | |
| class | StopProcessingException |
| StopProcessingException used to stop proccessing of data. More... | |
| class | TableTextReader |
| Processor for reading data tables from input text files. More... | |
| class | TableTextWriter |
| Processor for writing tables to output TEXT files. More... | |
| class | TestProcessor |
| Simple processor for testing data collection. More... | |
| class | Tokenizer |
| class | WeightedAperturePhotometry |
| Processor to calculate aperture photometry on the CCD frame. More... | |
| class | XMLParser |
Typedefs | |
| typedef long long int | type_fitcount |
| Type used for numbering of fit possibilities (can be large) | |
Functions | |
| void | toStream (std::ostream &s, int i, int N) |
Namespace for Luiza framework.
luiza namespace includes all classes which make the framework operational Dedicated analysis processors should be grouped in separate classes
| void luiza::toStream | ( | std::ostream & | s, |
| int | i, | ||
| int | N | ||
| ) |
Helper function for printing parameter vectors.
1.8.9.1