| mxlib
    c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo] | 
Declarations for utilities related to the Moffat function. More...
Declarations for utilities related to the Moffat function.
Definition in file moffat.hpp.
#include <cmath>Go to the source code of this file.
| Namespaces | |
| namespace | 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. | |
| 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. | |
| template<typename realT > | |
| realT | mx::math::func::moffatFWHM (realT alpha, realT beta) | 
| Compute the full-width at half-maximum of a Moffat profile. | |