mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Wrapper for a native array to pass to levmarInterface, with Moffat details.
Definition at line 608 of file fitMoffat.hpp.
#include <math/fit/fitMoffat.hpp>
Public Member Functions | |
void | setFixed (bool I0, bool I, bool x0, bool y0, bool alpha, bool beta) |
Set whether each parameter is fixed. More... | |
Public Attributes | |
realT * | data {nullptr} |
Pointer to the array. More... | |
size_t | nx {0} |
X dimension of the array. More... | |
size_t | ny {0} |
Y dimension of the array. More... | |
|
inline |
Set whether each parameter is fixed.
Sets the parameter indices appropriately.
Definition at line 633 of file fitMoffat.hpp.
Referenced by mx::math::fit::fitMoffat2D< fitterT >::setFixed().
realT* mx::math::fit::array2FitMoffat< realT >::data {nullptr} |
Pointer to the array.
Definition at line 610 of file fitMoffat.hpp.
Referenced by mx::math::fit::fitMoffat2D< fitterT >::setArray().
size_t mx::math::fit::array2FitMoffat< realT >::nx {0} |
X dimension of the array.
Definition at line 611 of file fitMoffat.hpp.
Referenced by mx::math::fit::fitMoffat2D< fitterT >::setArray().
size_t mx::math::fit::array2FitMoffat< realT >::ny {0} |
Y dimension of the array.
Definition at line 612 of file fitMoffat.hpp.
Referenced by mx::math::fit::fitMoffat2D< fitterT >::setArray().