|
SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
|
Provides the detection image. More...
#include <DetectionImageConfig.h>


Classes | |
| struct | DetectionImageExtension |
Private Attributes | |
| std::string | m_detection_image_path |
| std::vector< DetectionImageExtension > | m_extensions |
Additional Inherited Members | |
Public Types inherited from Euclid::Configuration::Configuration | |
| enum | State |
| typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
| typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
Protected Member Functions inherited from Euclid::Configuration::Configuration | |
| void | declareDependency () |
| T & | getDependency () |
| const T & | getDependency () const |
Provides the detection image.
Definition at line 38 of file DetectionImageConfig.h.
|
virtualdefault |
Destructor.
|
explicit |
Constructs a new DetectionImageConfig object.
Definition at line 49 of file DetectionImageConfig.cpp.
| std::shared_ptr< CoordinateSystem > SourceXtractor::DetectionImageConfig::getCoordinateSystem | ( | size_t | index = 0 | ) | const |
Definition at line 193 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::getCurrentState(), and m_extensions.
Referenced by BenchBackgroundModel::mainMethod().

| std::shared_ptr< DetectionImage > SourceXtractor::DetectionImageConfig::getDetectionImage | ( | size_t | index = 0 | ) | const |
Definition at line 186 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::getCurrentState(), and m_extensions.
Referenced by BenchBackgroundModel::mainMethod().

| std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath | ( | ) | const |
Definition at line 182 of file DetectionImageConfig.cpp.
References m_detection_image_path.
Referenced by BenchBackgroundModel::getOutputPath(), and BenchBackgroundModel::mainMethod().
|
inline |
Definition at line 71 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 58 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 67 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 60 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 64 of file DetectionImageConfig.h.
References m_extensions.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 52 of file DetectionImageConfig.cpp.
References std::string::c_str(), SourceXtractor::DETECTION_IMAGE, SourceXtractor::DETECTION_IMAGE_FLUX_SCALE, SourceXtractor::DETECTION_IMAGE_GAIN, SourceXtractor::DETECTION_IMAGE_INTERPOLATION, SourceXtractor::DETECTION_IMAGE_INTERPOLATION_GAP, and SourceXtractor::DETECTION_IMAGE_SATURATION.

|
inline |
Definition at line 59 of file DetectionImageConfig.h.
References m_extensions.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 69 of file DetectionImageConfig.cpp.
References SourceXtractor::ProcessedImage< T, P >::create(), SourceXtractor::BufferedImage< T >::create(), SourceXtractor::DETECTION_IMAGE, SourceXtractor::DETECTION_IMAGE_FLUX_SCALE, SourceXtractor::DETECTION_IMAGE_GAIN, SourceXtractor::DETECTION_IMAGE_INTERPOLATION, SourceXtractor::DETECTION_IMAGE_INTERPOLATION_GAP, SourceXtractor::DETECTION_IMAGE_SATURATION, std::map< K, T >::end(), std::map< K, T >::find(), SourceXtractor::ImageTile::FloatImage, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_coordinate_system, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_detection_image, m_detection_image_path, m_extensions, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_flux_scale, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_gain, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_image_source, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_interpolation_gap, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_saturation, std::max(), and std::move().

|
private |
Definition at line 76 of file DetectionImageConfig.h.
Referenced by getDetectionImagePath(), and initialize().
|
private |
Definition at line 90 of file DetectionImageConfig.h.
Referenced by getCoordinateSystem(), getDetectionImage(), getExtensionsNb(), getGain(), getImageSource(), getInterpolationGap(), getOriginalFluxScale(), getSaturation(), and initialize().