|
SourceXtractorPlusPlus 1.0.3
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 |
| bool | m_is_reference_image {false} |
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 50 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::Configuration().

| std::shared_ptr< CoordinateSystem > SourceXtractor::DetectionImageConfig::getCoordinateSystem | ( | size_t | index = 0 | ) | const |
Definition at line 215 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::getCurrentState(), and m_extensions.

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

| std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath | ( | ) | const |
Definition at line 201 of file DetectionImageConfig.cpp.
References m_detection_image_path.
|
inline |
Definition at line 72 of file DetectionImageConfig.h.
References m_extensions, and m_is_reference_image.
|
inline |
Definition at line 59 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 68 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 61 of file DetectionImageConfig.h.
References m_extensions.
|
inline |
Definition at line 65 of file DetectionImageConfig.h.
References m_extensions.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 53 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, SourceXtractor::DETECTION_IMAGE_SATURATION, and SourceXtractor::REFERENCE_IMAGE.
|
inline |
Definition at line 60 of file DetectionImageConfig.h.
References m_extensions.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 72 of file DetectionImageConfig.cpp.
References SourceXtractor::BufferedImage< T >::create(), SourceXtractor::ProcessedImage< T, MultiplyOperation< 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, m_is_reference_image, SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_saturation, std::make_shared(), std::max(), std::move(), and SourceXtractor::REFERENCE_IMAGE.

|
inline |
Definition at line 57 of file DetectionImageConfig.h.
References m_is_reference_image.
|
private |
Definition at line 81 of file DetectionImageConfig.h.
Referenced by getDetectionImagePath(), and initialize().
|
private |
Definition at line 95 of file DetectionImageConfig.h.
Referenced by getCoordinateSystem(), getDetectionImage(), getExtensionsNb(), getGain(), getImageSource(), getInterpolationGap(), getOriginalFluxScale(), getSaturation(), and initialize().
|
private |
Definition at line 97 of file DetectionImageConfig.h.
Referenced by getDetectionImage(), getExtensionsNb(), initialize(), and isReferenceImage().