SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <MoffatModelFitting.h>
Public Member Functions | |
virtual | ~MoffatModelFitting ()=default |
MoffatModelFitting (SeFloat x, SeFloat y, SeFloat moffat_i0, SeFloat moffat_index, SeFloat minkowski_exponent, SeFloat top_offset, SeFloat size, SeFloat x_scale, SeFloat y_scale, SeFloat moffat_rotation, unsigned int iterations) | |
SeFloat | getX () const |
SeFloat | getY () const |
SeFloat | getMoffatI0 () const |
SeFloat | getMoffatIndex () const |
SeFloat | getMinkowksiExponent () const |
SeFloat | getTopOffset () const |
SeFloat | getSize () const |
SeFloat | getXScale () const |
SeFloat | getYScale () const |
SeFloat | getMoffatRotation () const |
unsigned int | getIterations () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
SeFloat | m_x |
SeFloat | m_y |
SeFloat | m_moffat_i0 |
SeFloat | m_moffat_index |
SeFloat | m_minkowski_exponent |
SeFloat | m_top_offset |
SeFloat | m_size |
SeFloat | m_x_scale |
SeFloat | m_y_scale |
SeFloat | m_moffat_rotation |
unsigned int | m_iterations |
Definition at line 32 of file MoffatModelFitting.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file MoffatModelFitting.h.
|
inline |
Definition at line 101 of file MoffatModelFitting.h.
References m_iterations.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 77 of file MoffatModelFitting.h.
References m_minkowski_exponent.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 69 of file MoffatModelFitting.h.
References m_moffat_i0.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 73 of file MoffatModelFitting.h.
References m_moffat_index.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 97 of file MoffatModelFitting.h.
References m_moffat_rotation.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 85 of file MoffatModelFitting.h.
References m_size.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 81 of file MoffatModelFitting.h.
References m_top_offset.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 61 of file MoffatModelFitting.h.
References m_x.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 89 of file MoffatModelFitting.h.
References m_x_scale.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 65 of file MoffatModelFitting.h.
References m_y.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
inline |
Definition at line 93 of file MoffatModelFitting.h.
References m_y_scale.
Referenced by SourceXtractor::MoffatModelEvaluator::MoffatModelEvaluator().
|
private |
Definition at line 116 of file MoffatModelFitting.h.
Referenced by getIterations().
|
private |
Definition at line 109 of file MoffatModelFitting.h.
Referenced by getMinkowksiExponent().
|
private |
Definition at line 107 of file MoffatModelFitting.h.
Referenced by getMoffatI0().
|
private |
Definition at line 108 of file MoffatModelFitting.h.
Referenced by getMoffatIndex().
|
private |
Definition at line 114 of file MoffatModelFitting.h.
Referenced by getMoffatRotation().
|
private |
Definition at line 111 of file MoffatModelFitting.h.
Referenced by getSize().
|
private |
Definition at line 110 of file MoffatModelFitting.h.
Referenced by getTopOffset().
|
private |
Definition at line 106 of file MoffatModelFitting.h.
Referenced by getX().
|
private |
Definition at line 112 of file MoffatModelFitting.h.
Referenced by getXScale().
|
private |
Definition at line 106 of file MoffatModelFitting.h.
Referenced by getY().
|
private |
Definition at line 113 of file MoffatModelFitting.h.
Referenced by getYScale().