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 !D Gaussian details.
Supports fixing G0, G, x0, and sigma independently.
Definition at line 44 of file array2FitGaussian1D.hpp.
#include <math/fit/array2FitGaussian1D.hpp>
Public Member Functions | |
void | setFixed (bool G0, bool G, bool x0, bool sigma) |
Set whether each parameter is fixed. | |
Public Attributes | |
realT * | m_data { nullptr } |
///< Pointer to the array of y values | |
realT * | m_coords { nullptr } |
Pointer to the array of x values (optional) | |
size_t | m_nx { 0 } |
X dimension of the array. | |
realT * | m_mask { nullptr } |
Pointer to the (optional) mask array. Any 0 pixels are excluded from the fit. | |
void mx::math::fit::array2FitGaussian1D< realT >::setFixed | ( | bool | G0, |
bool | G, | ||
bool | x0, | ||
bool | sigma | ||
) |
Set whether each parameter is fixed.
Sets the parameter indices appropriately.
Definition at line 90 of file array2FitGaussian1D.hpp.
References mx::math::six_fifths().
Referenced by mx::math::fit::fitGaussian1D< _realT >::setFixed().
realT* mx::math::fit::array2FitGaussian1D< realT >::m_coords { nullptr } |
Pointer to the array of x values (optional)
Definition at line 47 of file array2FitGaussian1D.hpp.
Referenced by mx::math::fit::fitGaussian1D< _realT >::setArray().
realT* mx::math::fit::array2FitGaussian1D< realT >::m_data { nullptr } |
///< Pointer to the array of y values
Definition at line 46 of file array2FitGaussian1D.hpp.
Referenced by mx::math::fit::fitGaussian1D< _realT >::setArray(), and mx::math::fit::fitGaussian1D< _realT >::setArray().
realT* mx::math::fit::array2FitGaussian1D< realT >::m_mask { nullptr } |
Pointer to the (optional) mask array. Any 0 pixels are excluded from the fit.
Definition at line 50 of file array2FitGaussian1D.hpp.
size_t mx::math::fit::array2FitGaussian1D< realT >::m_nx { 0 } |
X dimension of the array.
Definition at line 48 of file array2FitGaussian1D.hpp.
Referenced by mx::math::fit::fitGaussian1D< _realT >::setArray(), and mx::math::fit::fitGaussian1D< _realT >::setArray().