|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <FlexibleModelFittingTaskFactory.h>


Private Attributes | |
| std::string | m_least_squares_engine |
| unsigned int | m_max_iterations {0} |
| double | m_modified_chi_squared_scale {10} |
| bool | m_use_iterative_fitting { true } |
| int | m_meta_iterations { 3 } |
| double | m_deblend_factor { 1.0 } |
| double | m_meta_iteration_stop { 0.0001 } |
| std::vector< std::shared_ptr< FlexibleModelFittingParameter > > | m_parameters |
| std::vector< std::shared_ptr< FlexibleModelFittingFrame > > | m_frames |
| std::vector< std::pair< std::string, std::vector< int > > > | m_outputs |
| std::vector< std::shared_ptr< FlexibleModelFittingPrior > > | m_priors |
| double | m_scale_factor {1.0} |
| double | m_max_fit_size {100} |
Definition at line 33 of file FlexibleModelFittingTaskFactory.h.
|
inline |
Definition at line 35 of file FlexibleModelFittingTaskFactory.h.
|
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 |
Implements SourceXtractor::Configurable.
Definition at line 56 of file FlexibleModelFittingTaskFactory.cpp.
References Elements::Logging::info(), Euclid::Configuration::logger, m_deblend_factor, m_frames, m_least_squares_engine, m_max_fit_size, m_max_iterations, m_meta_iteration_stop, m_meta_iterations, m_modified_chi_squared_scale, m_outputs, m_parameters, m_priors, m_scale_factor, and m_use_iterative_fitting.

|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 37 of file FlexibleModelFittingTaskFactory.cpp.
References m_deblend_factor, m_frames, m_least_squares_engine, m_max_fit_size, m_max_iterations, m_meta_iteration_stop, m_meta_iterations, m_modified_chi_squared_scale, m_parameters, m_priors, m_scale_factor, and m_use_iterative_fitting.
|
overridevirtual |
Reimplemented from SourceXtractor::TaskFactory.
Definition at line 95 of file FlexibleModelFittingTaskFactory.cpp.
References m_outputs.
|
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 |
Implements SourceXtractor::Configurable.
Definition at line 52 of file FlexibleModelFittingTaskFactory.cpp.
|
private |
Definition at line 53 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 57 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 48 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 62 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
Definition at line 49 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 54 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 52 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 50 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 58 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and registerPropertyInstances().
|
private |
Definition at line 56 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 59 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
|
private |
Definition at line 61 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().
Definition at line 51 of file FlexibleModelFittingTaskFactory.h.
Referenced by configure(), and createTask().