|
SourceXtractorPlusPlus 0.21
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 195 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 188 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 184 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 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::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, SourceXtractor::ImageTile::FloatImage, m_detection_image_path, m_extensions, 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().