|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <MoffatModelFittingTask.h>


Public Member Functions | |
| MoffatModelFittingTask (const std::string &least_squares_engine, unsigned int max_iterations) | |
| virtual | ~MoffatModelFittingTask ()=default |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
| Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Private Attributes | |
| std::string | m_least_squares_engine |
| unsigned int | m_max_iterations |
Definition at line 33 of file MoffatModelFittingTask.h.
|
inline |
Definition at line 36 of file MoffatModelFittingTask.h.
References m_least_squares_engine, and m_max_iterations.
|
virtualdefault |
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 153 of file MoffatModelFittingTask.cpp.
References ModelFitting::LeastSquareEngineManager::create(), SourceXtractor::VectorImage< T >::create(), ModelFitting::createDataVsModelResiduals(), std::fill(), SourceXtractor::PixelCentroid::getCentroidX(), ModelFitting::FrameModel< PsfType, ImageType >::getImage(), SourceXtractor::SourceInterface::getProperty(), m_least_squares_engine, m_max_iterations, SourceXtractor::PixelCoordinate::m_x, SourceXtractor::PixelCoordinate::m_y, SourceXtractor::make_unique(), std::max(), std::move(), pixel_scale, ModelFitting::ResidualEstimator::registerBlockProvider(), SourceXtractor::SourceInterface::setProperty(), and std::sqrt().

|
private |
Definition at line 45 of file MoffatModelFittingTask.h.
Referenced by computeProperties(), and MoffatModelFittingTask().
|
private |
Definition at line 46 of file MoffatModelFittingTask.h.
Referenced by computeProperties(), and MoffatModelFittingTask().