SourceXtractorPlusPlus 0.18
SourceXtractor++, the next generation SExtractor
PyMeasurementImage.h
Go to the documentation of this file.
1
17/*
18 * @file MeasurementImage.h
19 * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20 */
21
22#ifndef _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
23#define _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
24
25#include <string>
27
28namespace SourceXtractor {
29
30class PyMeasurementImage : public PyId {
31
32public:
34
36 double gain;
37 double saturation;
38 double flux_scale;
46
49
53};
54
55}
56
57#endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
58
PyMeasurementImage(std::string file, std::string psf_file, std::string weight_file)