SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <MoffatModelEvaluator.h>
Public Member Functions | |
MoffatModelEvaluator (const MoffatModelFitting &model) | |
double | getValue (double x, double y) const |
unsigned | getIterations () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
std::shared_ptr< ModelFitting::ExtendedModel< ImageInterfaceTypePtr > > | m_model |
unsigned | m_iterations |
Definition at line 35 of file MoffatModelEvaluator.h.
SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator | ( | const MoffatModelFitting & | model | ) |
Definition at line 40 of file MoffatModelEvaluator.cpp.
References flat_top_offset, SourceXtractor::MoffatModelFitting::getIterations(), SourceXtractor::MoffatModelFitting::getMinkowksiExponent(), SourceXtractor::MoffatModelFitting::getMoffatI0(), SourceXtractor::MoffatModelFitting::getMoffatIndex(), SourceXtractor::MoffatModelFitting::getMoffatRotation(), SourceXtractor::MoffatModelFitting::getSize(), SourceXtractor::MoffatModelFitting::getTopOffset(), SourceXtractor::MoffatModelFitting::getX(), SourceXtractor::MoffatModelFitting::getXScale(), SourceXtractor::MoffatModelFitting::getY(), SourceXtractor::MoffatModelFitting::getYScale(), minkowski_exponent, moffat_i0, moffat_index, moffat_rotation, std::move(), x, and y.
|
inline |
Definition at line 42 of file MoffatModelEvaluator.h.
References m_iterations.
|
inline |
Definition at line 38 of file MoffatModelEvaluator.h.
Referenced by SourceXtractor::Cleaning::findMostInfluentialSource(), and SourceXtractor::Cleaning::shouldClean().
|
private |
Definition at line 48 of file MoffatModelEvaluator.h.
Referenced by getIterations().
|
private |
Definition at line 47 of file MoffatModelEvaluator.h.
Referenced by getValue().