mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
fitMoffat.hpp File Reference

Tools for fitting Moffat functions to data. More...

Tools for fitting Moffat functions to data.

Author
Jared R. Males

Definition in file fitMoffat.hpp.

Go to the source code of this file.

Classes

struct  mx::math::fit::array2FitMoffat1D< realT >
 Wrapper for a native array to pass to levmarInterface, with Moffat details. More...
 
struct  mx::math::fit::moffat1D_fitter< _realT >
 levmarInterface fitter structure for the 1D Moffat. More...
 
class  mx::math::fit::fitMoffat1D< _realT >
 Class to manage fitting a 1D Moffat to data via the levmarInterface. More...
 
class  mx::math::fit::fitMoffat2D< fitterT >
 Class to manage fitting a 2D Moffat to data via the levmarInterface. More...
 
struct  mx::math::fit::array2FitMoffat< realT >
 Wrapper for a native array to pass to levmarInterface, with Moffat details. More...
 
struct  mx::math::fit::moffat2D_sym_fitter< _realT >
 levmarInterface fitter structure for the symmetric Moffat. More...
 

Namespaces

 mx
 The mxlib c++ namespace.
 

Typedefs

template<typename realT >
using mx::math::fit::fitMoffat2Dsym = mx::math::fit::fitMoffat2D< mx::math::fit::moffat2D_sym_fitter< realT > >
 Alias for the fitMoffat2D type fitting the symmetric Moffat profile. More...