|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Functions | |
| TEST_CASE ("compiling 1D Moffat function", "[math::func::moffat]") | |
| TEST_CASE ("compiling 2D Moffat function", "[math::func::moffat]") | |
| TEST_CASE ("compiling Moffat FWHM", "[math::func::moffat]") | |
| TEST_CASE | ( | "compiling 1D Moffat function" | , |
| "" | [math::func::moffat] ) |
compiling 1D Moffat function.
Definition at line 19 of file moffat_test.cpp.
References mx::math::func::moffat().
| TEST_CASE | ( | "compiling 2D Moffat function" | , |
| "" | [math::func::moffat] ) |
compiling 2D Moffat function.
Definition at line 38 of file moffat_test.cpp.
References mx::math::func::moffat2D().
| TEST_CASE | ( | "compiling Moffat FWHM" | , |
| "" | [math::func::moffat] ) |
compiling Moffat FWHM
Definition at line 57 of file moffat_test.cpp.
References mx::math::func::moffatFWHM().