SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Provides the detection image. More...
#include <DetectionImageConfig.h>
Private Attributes | |
std::string | m_detection_image_path |
std::shared_ptr< DetectionImage > | m_detection_image |
std::shared_ptr< CoordinateSystem > | m_coordinate_system |
std::shared_ptr< ImageSource > | m_image_source |
double | m_gain |
double | m_saturation |
double | m_flux_scale |
int | m_interpolation_gap |
Additional Inherited Members | |
![]() | |
enum | State { State::CONSTRUCTED, State::PRE_INITIALIZED, State::INITIALIZED, State::FINAL } |
typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
![]() | |
void | declareDependency () |
T & | getDependency () |
const T & | getDependency () const |
Provides the detection image.
Definition at line 38 of file DetectionImageConfig.h.
|
virtualdefault |
Destructor.
SourceXtractor::DetectionImageConfig::DetectionImageConfig | ( | long | manager_id | ) |
Constructs a new DetectionImageConfig object.
Definition at line 44 of file DetectionImageConfig.cpp.
std::shared_ptr< CoordinateSystem > SourceXtractor::DetectionImageConfig::getCoordinateSystem | ( | ) | const |
Definition at line 130 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::getCurrentState(), Euclid::Configuration::Configuration::INITIALIZED, and m_coordinate_system.
Referenced by BenchBackgroundModel::mainMethod().
std::shared_ptr< DetectionImage > SourceXtractor::DetectionImageConfig::getDetectionImage | ( | ) | const |
Definition at line 123 of file DetectionImageConfig.cpp.
References Euclid::Configuration::Configuration::getCurrentState(), Euclid::Configuration::Configuration::INITIALIZED, and m_detection_image.
Referenced by BenchBackgroundModel::mainMethod().
std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath | ( | ) | const |
Definition at line 119 of file DetectionImageConfig.cpp.
References m_detection_image_path.
Referenced by BenchBackgroundModel::getOutputPath(), and BenchBackgroundModel::mainMethod().
|
inline |
Definition at line 57 of file DetectionImageConfig.h.
References m_gain.
|
inline |
Definition at line 67 of file DetectionImageConfig.h.
References m_image_source.
|
inline |
Definition at line 59 of file DetectionImageConfig.h.
References m_interpolation_gap.
|
inline |
Definition at line 64 of file DetectionImageConfig.h.
References m_flux_scale.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 48 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 58 of file DetectionImageConfig.h.
References m_saturation.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 65 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, m_coordinate_system, m_detection_image, m_detection_image_path, m_flux_scale, m_gain, m_image_source, m_interpolation_gap, m_saturation, and std::max().
|
private |
Definition at line 74 of file DetectionImageConfig.h.
Referenced by getCoordinateSystem(), and initialize().
|
private |
Definition at line 73 of file DetectionImageConfig.h.
Referenced by getDetectionImage(), and initialize().
|
private |
Definition at line 72 of file DetectionImageConfig.h.
Referenced by getDetectionImagePath(), and initialize().
|
private |
Definition at line 79 of file DetectionImageConfig.h.
Referenced by getOriginalFluxScale(), and initialize().
|
private |
Definition at line 76 of file DetectionImageConfig.h.
Referenced by getGain(), and initialize().
|
private |
Definition at line 75 of file DetectionImageConfig.h.
Referenced by getImageSource(), and initialize().
|
private |
Definition at line 81 of file DetectionImageConfig.h.
Referenced by getInterpolationGap(), and initialize().
|
private |
Definition at line 77 of file DetectionImageConfig.h.
Referenced by getSaturation(), and initialize().