SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <AutoPhotometryTaskFactory.h>
Public Member Functions | |
AutoPhotometryTaskFactory () | |
virtual | ~AutoPhotometryTaskFactory ()=default |
Destructor. More... | |
void | reportConfigDependencies (Euclid::Configuration::ConfigManager &manager) const override |
Registers all the Configuration dependencies. More... | |
void | configure (Euclid::Configuration::ConfigManager &manager) override |
Method which should initialize the object. More... | |
void | registerPropertyInstances (OutputRegistry &) override |
virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const override |
Returns a Task producing a Property corresponding to the given PropertyId. More... | |
![]() | |
virtual | ~TaskFactory ()=default |
Destructor. More... | |
![]() | |
virtual | ~Configurable ()=default |
Destructor. More... | |
Private Attributes | |
SeFloat | m_magnitude_zero_point |
SeFloat | m_kron_factor |
SeFloat | m_kron_minrad |
bool | m_symmetry_usage |
std::vector< std::pair< std::string, unsigned int > > | m_auto_names |
std::vector< unsigned > | m_images |
Definition at line 33 of file AutoPhotometryTaskFactory.h.
SourceXtractor::AutoPhotometryTaskFactory::AutoPhotometryTaskFactory | ( | ) |
Definition at line 47 of file AutoPhotometryTaskFactory.cpp.
|
virtualdefault |
Destructor.
|
overridevirtual |
Method which should initialize the object.
The given manager is guaranteed to already be in the initialized state, so all the required Configurations can be accessed using its getConfiguration() method.
manager | The manager to get the Configurations from |
Reimplemented from SourceXtractor::TaskFactory.
Definition at line 58 of file AutoPhotometryTaskFactory.cpp.
References std::vector< T >::emplace_back(), Euclid::Configuration::ConfigManager::getConfiguration(), SourceXtractor::MeasurementImageConfig::getImageInfos(), m_auto_names, m_images, m_kron_factor, m_kron_minrad, m_magnitude_zero_point, m_symmetry_usage, std::make_pair(), std::vector< T >::push_back(), and std::to_string().
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 79 of file AutoPhotometryTaskFactory.cpp.
References SourceXtractor::PropertyId::getIndex(), SourceXtractor::PropertyId::getTypeId(), m_images, m_kron_factor, m_kron_minrad, m_magnitude_zero_point, and m_symmetry_usage.
|
overridevirtual |
Reimplemented from SourceXtractor::TaskFactory.
Definition at line 75 of file AutoPhotometryTaskFactory.cpp.
References m_auto_names, and SourceXtractor::OutputRegistry::registerPropertyInstances().
|
overridevirtual |
Registers all the Configuration dependencies.
Configurable implementations should implement this method to register to the given ConfigManager (using the registerConfiguration() method) all the Configurations they are going to use
manager | The manager to register the dependencies to |
Reimplemented from SourceXtractor::TaskFactory.
Definition at line 50 of file AutoPhotometryTaskFactory.cpp.
References Euclid::Configuration::ConfigManager::registerConfiguration().
|
private |
Definition at line 54 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and registerPropertyInstances().
|
private |
Definition at line 55 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 51 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 52 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 50 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 53 of file AutoPhotometryTaskFactory.h.
Referenced by configure(), and createTask().