SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeasurementImageConfig.h
Go to the documentation of this file.
1 
17 /*
18  * @file MeasurementImageConfig.h
19  * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20  */
21 
22 #ifndef _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
23 #define _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
24 
25 #include <vector>
26 #include <memory>
27 
29 
32 
34 
35 namespace SourceXtractor {
36 
38 
39 public:
40 
44 
48 
50 
55 
58 
59  int m_id;
60 
62  int m_psf_hdu;
64  };
65 
66  MeasurementImageConfig(long manager_id);
67 
68  void initialize(const UserValues& args) override;
69 
71  return m_image_infos;
72  }
73 
74 private:
75 
77 };
78 
79 }
80 
81 #endif // _SEIMPLEMENTATION_CONFIGURATION_MEASUREMENTIMAGECONFIG_H
82 
SeFloat32 SeFloat
Definition: Types.h:32
STL class.
void initialize(const UserValues &args) override
const std::vector< MeasurementImageInfo > & getImageInfos() const
std::vector< MeasurementImageInfo > m_image_infos
STL class.