SourceXtractorPlusPlus 1.0.3
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
27#include "Configuration/Configuration.h"
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
47
51
55
59
62 }
63
67
71
75
78 }
79
81 return m_group_filename;
82 }
83
86 }
87
91
92 const std::string& getSnrFilename() const {
93 return m_snr_filename;
94 }
95
99
101 return m_aperture_filename;
102 }
103
105 return m_moffat_filename;
106 }
107
109 return m_psf_filename;
110 }
111
115
116private:
117
136};
137
138}
139
140
141
142#endif /* _SEIMPLEMENTATION_CONFIGURATION_CheckImagesSCONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
const std::string & getPsfFilename() const
const std::string & getFittingWindowImageFilename() const
const std::string & getVarianceFilename() 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 & getMeasurementBackgroundFilename() const
const std::string & getSnrFilename() const
const std::string & getModelFittingImageFilename() const
const std::string & getSegmentationFilename() const
const std::string & getMeasurementVarianceFilename() 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 & getBackgroundFilename() const
const std::string & getMoffatFilename() const
const std::string & getAutoApertureFilename() const