SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Attributes | List of all members
SourceXtractor::DetectionImageConfig Class Reference

Provides the detection image. More...

#include <DetectionImageConfig.h>

Inheritance diagram for SourceXtractor::DetectionImageConfig:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::DetectionImageConfig:
Collaboration graph
[legend]

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
 
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
 

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 49 of file DetectionImageConfig.cpp.

Member Function Documentation

◆ getCoordinateSystem()

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().

Here is the call graph for this function:

◆ getDetectionImage()

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().

Here is the call graph for this function:

◆ getDetectionImagePath()

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

◆ getExtensionsNb()

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

Definition at line 71 of file DetectionImageConfig.h.

References m_extensions.

◆ getGain()

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

Definition at line 58 of file DetectionImageConfig.h.

References m_extensions.

◆ getImageSource()

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

Definition at line 67 of file DetectionImageConfig.h.

References m_extensions.

◆ getInterpolationGap()

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

Definition at line 60 of file DetectionImageConfig.h.

References m_extensions.

◆ getOriginalFluxScale()

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

Definition at line 64 of file DetectionImageConfig.h.

References m_extensions.

◆ getProgramOptions()

std::map< std::string, Configuration::OptionDescriptionList > SourceXtractor::DetectionImageConfig::getProgramOptions ( )
overridevirtual

◆ getSaturation()

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

Definition at line 59 of file DetectionImageConfig.h.

References m_extensions.

◆ initialize()

void SourceXtractor::DetectionImageConfig::initialize ( const UserValues & args)
overridevirtual

Member Data Documentation

◆ m_detection_image_path

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

Definition at line 76 of file DetectionImageConfig.h.

Referenced by getDetectionImagePath(), and initialize().

◆ m_extensions

std::vector<DetectionImageExtension> SourceXtractor::DetectionImageConfig::m_extensions
private

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