SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
FluxRadiusTaskFactory.cpp
Go to the documentation of this file.
1
23
24namespace SourceXtractor {
25
27 if (property_id == PropertyId::create<FluxRadius>()) {
29 }
30 return nullptr;
31}
32
37
39 m_flux_fraction = manager.getConfiguration<FluxRadiusConfig>().getFluxFraction();
40
41 auto& measurement_config = manager.getConfiguration<MeasurementImageConfig>();
42 const auto& image_infos = measurement_config.getImageInfos();
43
45
46 for (size_t i = 0; i < image_infos.size(); ++i) {
48 }
49}
50
51} // 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 reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
T push_back(T... args)