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


Classes | |
| struct | DetectionImageExtension |
Public Member Functions | |
| virtual | ~DetectionImageConfig ()=default |
| Destructor. More... | |
| DetectionImageConfig (long manager_id) | |
| Constructs a new DetectionImageConfig object. More... | |
| std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| std::string | getDetectionImagePath () const |
| std::shared_ptr< DetectionImage > | getDetectionImage (size_t index=0) const |
| std::shared_ptr< CoordinateSystem > | getCoordinateSystem (size_t index=0) const |
| double | getGain (size_t index=0) const |
| double | getSaturation (size_t index=0) const |
| int | getInterpolationGap (size_t index=0) const |
| double | getOriginalFluxScale (size_t index=0) const |
| std::shared_ptr< ImageSource > | getImageSource (size_t index=0) |
| size_t | getExtensionsNb () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
| std::string | m_detection_image_path |
| std::vector < DetectionImageExtension > | m_extensions |
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 m_extensions.
| std::shared_ptr< DetectionImage > SourceXtractor::DetectionImageConfig::getDetectionImage | ( | size_t | index = 0 | ) | const |
Definition at line 186 of file DetectionImageConfig.cpp.
References m_extensions.
| std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath | ( | ) | const |
Definition at line 182 of file DetectionImageConfig.cpp.
References m_detection_image_path.
|
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::BufferedImage< T >::create(), SourceXtractor::ProcessedImage< T, P >::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::string::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().
1.8.5