SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
28 namespace SourceXtractor {
29 
30 class PyMeasurementImage : public PyId {
31 
32 public:
34 
36  double gain;
37  double saturation;
38  double flux_scale;
46 
49 
50  int image_hdu;
51  int psf_hdu;
53 
57 };
58 
59 }
60 
61 #endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
62 
STL class.
PyMeasurementImage(std::string file, std::string psf_file, std::string weight_file)