|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Creates a Task for computing a given property. More...
#include <TaskFactory.h>
Public Member Functions | |
| virtual | ~TaskFactory ()=default |
| Destructor. More... | |
| virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const =0 |
| Returns a Task producing a Property corresponding to the given PropertyId. More... | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override |
| Registers all the Configuration dependencies. More... | |
| void | configure (Euclid::Configuration::ConfigManager &) override |
| Method which should initialize the object. More... | |
| virtual void | registerPropertyInstances (OutputRegistry &) |
Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. More... | |
Creates a Task for computing a given property.
Definition at line 42 of file TaskFactory.h.
|
virtualdefault |
Destructor.
|
inlineoverridevirtual |
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.
Reimplemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::SourceFlagsTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::GroupInfoTaskFactory, SourceXtractor::IsophotalFluxTaskFactory, SourceXtractor::MoffatModelFittingTaskFactory, SourceXtractor::MultiframeModelFittingTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::MeasurementFrameTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::OnnxTaskFactory, SourceXtractor::PsfTaskFactory, SourceXtractor::CoreThresholdPartitionTaskFactory, SourceXtractor::VignetTaskFactory, SourceXtractor::FluxRadiusTaskFactory, and SourceXtractor::GrowthCurveTaskFactory.
Definition at line 54 of file TaskFactory.h.
|
pure virtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::SourceFlagsTaskFactory, SourceXtractor::BoundaryFlagTaskFactory, SourceXtractor::SaturateFlagTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::NDetectedPixelsTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::DetectionFrameGroupStampTaskFactory, SourceXtractor::CoreThresholdPartitionTaskFactory, SourceXtractor::DetectionFramePixelValuesTaskFactory, SourceXtractor::DetectionFrameSourceStampTaskFactory, SourceXtractor::PixelBoundariesTaskFactory, SourceXtractor::GroupInfoTaskFactory, SourceXtractor::IsophotalFluxTaskFactory, SourceXtractor::MeasurementFramePixelCentroidTaskFactory, SourceXtractor::PeakValueTaskFactory, SourceXtractor::PixelCentroidTaskFactory, SourceXtractor::PsfTaskFactory, SourceXtractor::MoffatModelFittingTaskFactory, SourceXtractor::MultiframeModelFittingTaskFactory, SourceXtractor::VignetTaskFactory, SourceXtractor::DetectionFrameCoordinatesTaskFactory, SourceXtractor::DetectionFrameImagesTaskFactory, SourceXtractor::DetectionFrameInfoTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::MeasurementFrameTaskFactory, SourceXtractor::MeasurementFrameCoordinatesTaskFactory, SourceXtractor::MeasurementFrameImagesTaskFactory, SourceXtractor::MeasurementFrameInfoTaskFactory, SourceXtractor::SourceIDTaskFactory, SourceXtractor::BlendedFlagTaskFactory, SourceXtractor::KronRadiusTaskFactory, SourceXtractor::ShapeParametersTaskFactory, SourceXtractor::WorldCentroidTaskFactory, SourceXtractor::MeasurementFrameGroupRectangleTaskFactory, SourceXtractor::MeasurementFrameRectangleTaskFactory, SourceXtractor::SNRRatioTaskFactory, SourceXtractor::JacobianTaskFactory, SourceXtractor::OnnxTaskFactory, SourceXtractor::FluxRadiusTaskFactory, and SourceXtractor::GrowthCurveTaskFactory.
|
inlinevirtual |
Reimplemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::OnnxTaskFactory, and SourceXtractor::AutoPhotometryTaskFactory.
Definition at line 56 of file TaskFactory.h.
|
inlineoverridevirtual |
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.
Reimplemented in SourceXtractor::AperturePhotometryTaskFactory, SourceXtractor::SourceFlagsTaskFactory, SourceXtractor::ExternalFlagTaskFactory, SourceXtractor::GroupInfoTaskFactory, SourceXtractor::IsophotalFluxTaskFactory, SourceXtractor::MoffatModelFittingTaskFactory, SourceXtractor::MultiframeModelFittingTaskFactory, SourceXtractor::FlexibleModelFittingTaskFactory, SourceXtractor::MeasurementFrameTaskFactory, SourceXtractor::AutoPhotometryTaskFactory, SourceXtractor::OnnxTaskFactory, SourceXtractor::PsfTaskFactory, SourceXtractor::VignetTaskFactory, SourceXtractor::CoreThresholdPartitionTaskFactory, SourceXtractor::FluxRadiusTaskFactory, and SourceXtractor::GrowthCurveTaskFactory.
Definition at line 53 of file TaskFactory.h.
1.8.14