mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Wrapper for a native array to pass to levmarInterface, with Airy details.
Definition at line 225 of file fitAiry.hpp.
#include <math/fit/fitAiry.hpp>
Public Attributes | |
realT * | data {nullptr} |
Pointer to the array. More... | |
size_t | nx {0} |
X dimension of the array. More... | |
size_t | ny {0} |
Y dimension of the array. More... | |
realT | cenObs {0} |
is the ratio of the circular central obscuration diameter to the diameter. More... | |
realT | ps {0} |
the platescale in \( (\lambda/D)/pixel \) More... | |
realT mx::math::fit::array2FitAiry< realT >::cenObs {0} |
is the ratio of the circular central obscuration diameter to the diameter.
Definition at line 231 of file fitAiry.hpp.
realT* mx::math::fit::array2FitAiry< realT >::data {nullptr} |
Pointer to the array.
Definition at line 227 of file fitAiry.hpp.
size_t mx::math::fit::array2FitAiry< realT >::nx {0} |
X dimension of the array.
Definition at line 228 of file fitAiry.hpp.
size_t mx::math::fit::array2FitAiry< realT >::ny {0} |
Y dimension of the array.
Definition at line 229 of file fitAiry.hpp.
realT mx::math::fit::array2FitAiry< realT >::ps {0} |
the platescale in \( (\lambda/D)/pixel \)
Definition at line 232 of file fitAiry.hpp.