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

Tools for fitting the Airy pattern to PSF images. More...

Tools for fitting the Airy pattern to PSF images.

Author
Jared R. Males

Definition in file fitAiry.hpp.

Go to the source code of this file.

Classes

class  mx::math::fit::fitAiry2D< fitterT >
 Class to manage fitting a 2D Airy pattern to data via the levmarInterface. More...
 
struct  mx::math::fit::array2FitAiry< realT >
 Wrapper for a native array to pass to levmarInterface, with Airy details. More...
 
struct  mx::math::fit::airy2D_obs_fitter< _realT >
 levmarInterface fitter structure for the centrally obscured Airy pattern. More...
 
struct  mx::math::fit::airy2D_obs_fitter_ps< _realT >
 levmarInterface fitter structure for the obstructed Airy pattern, including platescale. More...
 
struct  mx::math::fit::airy2D_obs_fitter_ps_eps< _realT >
 levmarInterface fitter structure for the obstructed Airy pattern, including fitting platescale and central obscuration. More...
 

Namespaces

 mx
 The mxlib c++ namespace.
 

Typedefs

template<typename realT >
using mx::math::fit::fitAiry2DbothFixed = mx::math::fit::fitAiry2D< mx::math::fit::airy2D_obs_fitter< realT > >
 Alias for the fitAiry2D type with both platescale and cen-obs fixed. More...
 
template<typename realT >
using mx::math::fit::fitAiry2DcenObsFixed = mx::math::fit::fitAiry2D< mx::math::fit::airy2D_obs_fitter_ps< realT > >
 Alias for the fitAiry2D type with cen-obs fixed. More...
 
template<typename realT >
using mx::math::fit::fitAiry2DnoneFixed = mx::math::fit::fitAiry2D< mx::math::fit::airy2D_obs_fitter_ps_eps< realT > >
 Alias for the fitAiry2D type with none fixed. More...