SourceXtractorPlusPlus  0.13
Please provide a description of the project.
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_ */
SourceXtractor::CheckImagesConfig::m_filtered_filename
std::string m_filtered_filename
Definition: CheckImagesConfig.h:109
SourceXtractor::CheckImagesConfig::m_model_fitting_residual_filename
std::string m_model_fitting_residual_filename
Definition: CheckImagesConfig.h:103
SourceXtractor::CheckImagesConfig::getModelFittingResidualFilename
const std::string & getModelFittingResidualFilename() const
Definition: CheckImagesConfig.h:48
std::string
STL class.
SourceXtractor::CheckImagesConfig::getGroupFilename
const std::string & getGroupFilename() const
Definition: CheckImagesConfig.h:68
SourceXtractor::CheckImagesConfig::m_snr_filename
std::string m_snr_filename
Definition: CheckImagesConfig.h:111
SourceXtractor::CheckImagesConfig::m_model_variance_filename
std::string m_model_variance_filename
Definition: CheckImagesConfig.h:105
SourceXtractor::CheckImagesConfig::m_segmentation_filename
std::string m_segmentation_filename
Definition: CheckImagesConfig.h:106
SourceXtractor::CheckImagesConfig::m_psf_filename
std::string m_psf_filename
Definition: CheckImagesConfig.h:115
SourceXtractor::CheckImagesConfig::getApertureFilename
const std::string & getApertureFilename() const
Definition: CheckImagesConfig.h:88
SourceXtractor::CheckImagesConfig::getThresholdedFilename
const std::string & getThresholdedFilename() const
Definition: CheckImagesConfig.h:76
SourceXtractor::CheckImagesConfig::m_moffat_filename
std::string m_moffat_filename
Definition: CheckImagesConfig.h:114
SourceXtractor::CheckImagesConfig::getSegmentationFilename
const std::string & getSegmentationFilename() const
Definition: CheckImagesConfig.h:60
SourceXtractor::CheckImagesConfig::m_group_filename
std::string m_group_filename
Definition: CheckImagesConfig.h:108
SourceXtractor::CheckImagesConfig::getProgramOptions
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
Definition: CheckImagesConfig.cpp:53
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::CheckImagesConfig::~CheckImagesConfig
virtual ~CheckImagesConfig()=default
SourceXtractor::CheckImagesConfig
Definition: CheckImagesConfig.h:32
SourceXtractor::CheckImagesConfig::CheckImagesConfig
CheckImagesConfig(long manager_id)
Definition: CheckImagesConfig.cpp:50
SourceXtractor::CheckImagesConfig::getPartitionFilename
const std::string & getPartitionFilename() const
Definition: CheckImagesConfig.h:64
SourceXtractor::CheckImagesConfig::m_thresholded_filename
std::string m_thresholded_filename
Definition: CheckImagesConfig.h:110
SourceXtractor::CheckImagesConfig::m_aperture_filename
std::string m_aperture_filename
Definition: CheckImagesConfig.h:113
Image.h
std::map
STL class.
SourceXtractor::CheckImagesConfig::getFilteredFilename
const std::string & getFilteredFilename() const
Definition: CheckImagesConfig.h:72
SourceXtractor::CheckImagesConfig::initialize
void initialize(const UserValues &args) override
Definition: CheckImagesConfig.cpp:87
SourceXtractor::CheckImagesConfig::m_model_fitting_filename
std::string m_model_fitting_filename
Definition: CheckImagesConfig.h:102
SourceXtractor::CheckImagesConfig::m_model_background_filename
std::string m_model_background_filename
Definition: CheckImagesConfig.h:104
Configuration.h
SourceXtractor::CheckImagesConfig::m_partition_filename
std::string m_partition_filename
Definition: CheckImagesConfig.h:107
SourceXtractor::CheckImagesConfig::m_auto_aperture_filename
std::string m_auto_aperture_filename
Definition: CheckImagesConfig.h:112
SourceXtractor::CheckImagesConfig::getAutoApertureFilename
const std::string & getAutoApertureFilename() const
Definition: CheckImagesConfig.h:84
SourceXtractor::CheckImagesConfig::getMoffatFilename
const std::string & getMoffatFilename() const
Definition: CheckImagesConfig.h:92
Euclid::Configuration::Configuration
SourceXtractor::CheckImagesConfig::getPsfFilename
const std::string & getPsfFilename() const
Definition: CheckImagesConfig.h:96
SourceXtractor::CheckImagesConfig::getModelFittingImageFilename
const std::string & getModelFittingImageFilename() const
Definition: CheckImagesConfig.h:44
SourceXtractor::CheckImagesConfig::getModelBackgroundFilename
const std::string & getModelBackgroundFilename() const
Definition: CheckImagesConfig.h:52
SourceXtractor::CheckImagesConfig::getModelVarianceFilename
const std::string & getModelVarianceFilename() const
Definition: CheckImagesConfig.h:56
SourceXtractor::CheckImagesConfig::getSnrFilename
const std::string & getSnrFilename() const
Definition: CheckImagesConfig.h:80