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

Declarations for utilities related to the Moffat function. More...

Declarations for utilities related to the Moffat function.

Author
Jared R. Males

Definition in file moffat.hpp.

Go to the source code of this file.

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename realT >
realT mx::math::func::moffat (const realT x, const realT I0, const realT Ipk, const realT x0, const realT alpha, const realT beta)
 Find value at position (x) of the 1D arbitrarily-centered symmetric unnormalized Moffat function. More...
 
template<typename realT >
realT mx::math::func::moffat2D (const realT x, const realT y, const realT I0, const realT Ipk, const realT x0, const realT y0, const realT alpha, const realT beta)
 Find value at position (x,y) of the 2D arbitrarily-centered unnormalized symmetric Moffat function. More...
 
template<typename realT >
realT mx::math::func::moffatFWHM (realT alpha, realT beta)
 Compute the full-width at half-maximum of a Moffat profile. More...