SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
30namespace SourceXtractor {
31
33
34public:
35
36 explicit 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
66 }
67
69 return m_group_filename;
70 }
71
74 }
75
78 }
79
80 const std::string& getSnrFilename() const {
81 return m_snr_filename;
82 }
83
86 }
87
90 }
91
93 return m_moffat_filename;
94 }
95
96 const std::string& getPsfFilename() const {
97 return m_psf_filename;
98 }
99
102 }
103
104private:
105
121};
122
123}
124
125
126
127#endif /* _SEIMPLEMENTATION_CONFIGURATION_CheckImagesSCONFIG_H_ */
const std::string & getPsfFilename() const
virtual ~CheckImagesConfig()=default
const std::string & getMLDetectionFilename() const
const std::string & getApertureFilename() const
const std::string & getThresholdedFilename() const
const std::string & getGroupFilename() const
const std::string & getModelBackgroundFilename() const
const std::string & getModelVarianceFilename() const
const std::string & getSnrFilename() const
const std::string & getModelFittingImageFilename() const
const std::string & getSegmentationFilename() const
const std::string & getModelFittingResidualFilename() const
const std::string & getFilteredFilename() const
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
void initialize(const UserValues &args) override
const std::string & getPartitionFilename() const
const std::string & getMoffatFilename() const
const std::string & getAutoApertureFilename() const