SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GrowthCurveTaskFactory.cpp
Go to the documentation of this file.
1
17
26
27namespace SourceXtractor {
28
30 if (property_id.getTypeId() == typeid(GrowthCurve)) {
32 }
33 else if (property_id.getTypeId() == typeid(GrowthCurveResampled)) {
35 }
36 return nullptr;
37}
38
44
47 m_use_symmetry = manager.getConfiguration<WeightImageConfig>().symmetryUsage();
48
49 auto& measurement_config = manager.getConfiguration<MeasurementImageConfig>();
50 const auto& image_infos = measurement_config.getImageInfos();
51
53
54 for (size_t i = 0; i < image_infos.size(); ++i) {
55 m_images.push_back(image_infos[i].m_id);
56 }
57}
58
59} // end of namespace SourceXtractor
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
const std::vector< MeasurementImageInfo > & getImageInfos() const
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
unsigned int getIndex() const
Definition PropertyId.h:70
std::type_index getTypeId() const
Definition PropertyId.h:66
T make_shared(T... args)