SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::DetectionImageConfig Class Reference

Provides the detection image. More...

#include <DetectionImageConfig.h>

Inheritance diagram for SourceXtractor::DetectionImageConfig:
Collaboration diagram for SourceXtractor::DetectionImageConfig:

Classes

struct  DetectionImageExtension

Public Member Functions

virtual ~DetectionImageConfig ()=default
 Destructor.
 DetectionImageConfig (long manager_id)
 Constructs a new DetectionImageConfig object.
std::map< std::string, Configuration::OptionDescriptionListgetProgramOptions () override
void initialize (const UserValues &args) override
std::string getDetectionImagePath () const
std::shared_ptr< DetectionImagegetDetectionImage (size_t index=0) const
std::shared_ptr< CoordinateSystemgetCoordinateSystem (size_t index=0) const
bool isReferenceImage () 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< ImageSourcegetImageSource (size_t index=0)
size_t getExtensionsNb () const
Public Member Functions inherited from Euclid::Configuration::Configuration
 Configuration (long manager_id)
virtual ~Configuration ()=default
virtual void preInitialize (const UserValues &args)
virtual void postInitialize (const UserValues &args)
const std::set< std::type_index > & getDependencies ()
StategetCurrentState ()
State getCurrentState () const

Private Attributes

std::string m_detection_image_path
std::vector< DetectionImageExtensionm_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

Detailed Description

Provides the detection image.

Definition at line 38 of file DetectionImageConfig.h.

Constructor & Destructor Documentation

◆ ~DetectionImageConfig()

virtual SourceXtractor::DetectionImageConfig::~DetectionImageConfig ( )
virtualdefault

Destructor.

◆ DetectionImageConfig()

SourceXtractor::DetectionImageConfig::DetectionImageConfig ( long manager_id)
explicit

Constructs a new DetectionImageConfig object.

Definition at line 50 of file DetectionImageConfig.cpp.

References Euclid::Configuration::Configuration::Configuration().

Here is the call graph for this function:

Member Function Documentation

◆ getCoordinateSystem()

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.

Here is the call graph for this function:

◆ getDetectionImage()

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.

Here is the call graph for this function:

◆ getDetectionImagePath()

std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath ( ) const

Definition at line 201 of file DetectionImageConfig.cpp.

References m_detection_image_path.

◆ getExtensionsNb()

size_t SourceXtractor::DetectionImageConfig::getExtensionsNb ( ) const
inline

Definition at line 72 of file DetectionImageConfig.h.

References m_extensions, and m_is_reference_image.

◆ getGain()

double SourceXtractor::DetectionImageConfig::getGain ( size_t index = 0) const
inline

Definition at line 59 of file DetectionImageConfig.h.

References m_extensions.

◆ getImageSource()

std::shared_ptr< ImageSource > SourceXtractor::DetectionImageConfig::getImageSource ( size_t index = 0)
inline

Definition at line 68 of file DetectionImageConfig.h.

References m_extensions.

◆ getInterpolationGap()

int SourceXtractor::DetectionImageConfig::getInterpolationGap ( size_t index = 0) const
inline

Definition at line 61 of file DetectionImageConfig.h.

References m_extensions.

◆ getOriginalFluxScale()

double SourceXtractor::DetectionImageConfig::getOriginalFluxScale ( size_t index = 0) const
inline

Definition at line 65 of file DetectionImageConfig.h.

References m_extensions.

◆ getProgramOptions()

◆ getSaturation()

double SourceXtractor::DetectionImageConfig::getSaturation ( size_t index = 0) const
inline

Definition at line 60 of file DetectionImageConfig.h.

References m_extensions.

◆ initialize()

◆ isReferenceImage()

bool SourceXtractor::DetectionImageConfig::isReferenceImage ( ) const
inline

Definition at line 57 of file DetectionImageConfig.h.

References m_is_reference_image.

Member Data Documentation

◆ m_detection_image_path

std::string SourceXtractor::DetectionImageConfig::m_detection_image_path
private

Definition at line 81 of file DetectionImageConfig.h.

Referenced by getDetectionImagePath(), and initialize().

◆ m_extensions

◆ m_is_reference_image

bool SourceXtractor::DetectionImageConfig::m_is_reference_image {false}
private

The documentation for this class was generated from the following files: