mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::math::fit::gaussian2D_sym_fitter< _realT > Struct Template Reference

template<typename _realT>
struct mx::math::fit::gaussian2D_sym_fitter< _realT >

Alias for the fitGaussian1D type fitting the gaussian.

levmarInterface fitter structure for the symmetric Gaussian.

Test:
Scenario: Verify direction and accuracy of various image shifts [test doc]

Definition at line 550 of file fitGaussian.hpp.

#include <math/fit/fitGaussian.hpp>

Public Member Functions

void paramNormalizer (array2FitGaussian2D< realT > *arr, realT *p, int dir)
 Does nothing in this case. More...
 

Member Function Documentation

◆ paramNormalizer()

template<typename _realT >
void mx::math::fit::gaussian2D_sym_fitter< _realT >::paramNormalizer ( array2FitGaussian2D< realT > *  arr,
realT *  p,
int  dir 
)
inline

Does nothing in this case.

Definition at line 579 of file fitGaussian.hpp.


The documentation for this struct was generated from the following file: