|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The unmodulated pyramid wavefront sensor sensitivity function.
Provides the \( \beta_p \) parameter of Guyon, 2005 [14] for the unmodulated PyWFS.
| realT | is the floating point type used for calculations |
| iosT | is an output stream type with operator << defined (default is std::ostream) |
#include <ao/analysis/aoWFS.hpp>
Public Member Functions | |
| virtual realT | beta_p (int m, int n, realT D, realT d, realT r0) |
| Get the photon noise sensitivity at a spatial frequency. | |
| virtual realT | beta_r (int m, int n, realT D, realT d, realT r0) |
| Get the read noise sensitivity at a spatial frequency. | |
| Public Member Functions inherited from mx::AO::analysis::wfs< realT, std::ostream > | |
| wfs () | |
| Constructor. | |
| virtual | ~wfs () |
| Destructor. | |
| virtual std::ostream & | dumpWFS (std::ostream &ios) |
| Dump the details of the WFS to an io stream. | |
|
inlinevirtual |
Get the photon noise sensitivity at a spatial frequency.
The sensitivity of the unmodulated PyWFS is \( \sqrt{2} \) at all k.
| [in] | m | the spatial frequency index for u (not used by this WFS) |
| [in] | n | the spatial frequency index for v (not used by this WFS) |
| [in] | D | the telescope diameter (not used by this WFS) |
| [in] | d | the sub-ap spacing (not used by this WFS) |
| [in] | r0 | Fried's parameter (not used by this WFS) |
Reimplemented from mx::AO::analysis::wfs< realT, std::ostream >.
Definition at line 126 of file aoWFS.hpp.
References mx::math::root_two().
Referenced by beta_r().
|
inlinevirtual |
Get the read noise sensitivity at a spatial frequency.
Here we assume that beta_r is the same as beta_p.
| [in] | m | the spatial frequency index for u (not used by this WFS) |
| [in] | n | the spatial frequency index for v (not used by this WFS) |
| [in] | D | the telescope diameter (not used by this WFS) |
| [in] | d | the sub-ap spacing (not used by this WFS) |
| [in] | r0 | Fried's parameter (not used by this WFS) |
Reimplemented from mx::AO::analysis::wfs< realT, std::ostream >.
Definition at line 148 of file aoWFS.hpp.
References beta_p().