SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CheckImagesConfig.h
Go to the documentation of this file.
1 
17 /*
18  * CheckImagesConfig.h
19  *
20  * Created on: May 29, 2017
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CONFIGURATION_CHECKIMAGESCONFIG_H_
25 #define _SEIMPLEMENTATION_CONFIGURATION_CHECKIMAGESCONFIG_H_
26 
29 
30 namespace SourceXtractor {
31 
33 
34 public:
35 
36  CheckImagesConfig(long manager_id);
37 
38  virtual ~CheckImagesConfig() = default;
39 
41 
42  void initialize(const UserValues& args) override;
43 
46  }
47 
50  }
51 
54  }
55 
58  }
59 
62  }
63 
65  return m_partition_filename;
66  }
67 
68  const std::string& getGroupFilename() const {
69  return m_group_filename;
70  }
71 
73  return m_filtered_filename;
74  }
75 
78  }
79 
80  const std::string& getSnrFilename() const {
81  return m_snr_filename;
82  }
83 
86  }
87 
89  return m_aperture_filename;
90  }
91 
92  const std::string& getMoffatFilename() const {
93  return m_moffat_filename;
94  }
95 
96  const std::string& getPsfFilename() const {
97  return m_psf_filename;
98  }
99 
100 private:
101 
116 };
117 
118 }
119 
120 
121 
122 #endif /* _SEIMPLEMENTATION_CONFIGURATION_CheckImagesSCONFIG_H_ */
const std::string & getSegmentationFilename() const
void initialize(const UserValues &args) override
const std::string & getPartitionFilename() const
const std::string & getThresholdedFilename() const
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
const std::string & getAutoApertureFilename() const
virtual ~CheckImagesConfig()=default
const std::string & getGroupFilename() const
const std::string & getFilteredFilename() const
STL class.
const std::string & getPsfFilename() const
const std::string & getModelBackgroundFilename() const
STL class.
const std::string & getApertureFilename() const
const std::string & getMoffatFilename() const
const std::string & getModelFittingResidualFilename() const
const std::string & getSnrFilename() const
const std::string & getModelVarianceFilename() const
const std::string & getModelFittingImageFilename() const