mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::AO::analysis::calculatedWFS< realT, iosT > Struct Template Reference

template<typename realT, typename iosT = std::ostream>
struct mx::AO::analysis::calculatedWFS< realT, iosT >

The calculated WFS uses sensitivities provided by FITS files.

Provides the \( \beta_p \) and \( \beta_r \) parameters from FITS files.

Template Parameters
realTis the floating point type used for calculations
iosTis an output stream type with operator << defined (default is std::ostream)

Definition at line 275 of file aoWFS.hpp.

#include <ao/analysis/aoWFS.hpp>

+ Inheritance diagram for mx::AO::analysis::calculatedWFS< realT, iosT >:

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.
 
virtual iosT & dumpWFS (iosT &ios)
 Dump the details of the WFS to an io stream.
 
- Public Member Functions inherited from mx::AO::analysis::wfs< realT, iosT >
 wfs ()
 Constructor.
 
virtual ~wfs ()
 Destructor.
 

Member Function Documentation

◆ beta_p()

template<typename realT , typename iosT = std::ostream>
virtual realT mx::AO::analysis::calculatedWFS< realT, iosT >::beta_p ( int  m,
int  n,
realT  D,
realT  d,
realT  r0 
)
inlinevirtual

Get the photon noise sensitivity at a spatial frequency.

The photon noise sensitivity from the FITS file is returned.

Returns
the sensitivity to photon noise parameter
Parameters
[in]mthe spatial frequency index for u
[in]nthe spatial frequency index for v
[in]Dthe telescope diameter
[in]dthe sub-ap spacing
[in]r0Fried's parameter

Reimplemented from mx::AO::analysis::wfs< realT, iosT >.

Definition at line 294 of file aoWFS.hpp.

References mx::fits::fitsFile< dataT >::read().

◆ beta_r()

template<typename realT , typename iosT = std::ostream>
virtual realT mx::AO::analysis::calculatedWFS< realT, iosT >::beta_r ( int  m,
int  n,
realT  D,
realT  d,
realT  r0 
)
inlinevirtual

Get the read noise sensitivity at a spatial frequency.

The read noise sensitivity from the FITS file is returned.

Returns
the sensitivity to read noise parameter
Parameters
[in]mthe spatial frequency index for u
[in]nthe spatial frequency index for v
[in]Dthe telescope diameter
[in]dthe sub-ap spacing
[in]r0Fried's parameter

Reimplemented from mx::AO::analysis::wfs< realT, iosT >.

Definition at line 352 of file aoWFS.hpp.

References mx::fits::fitsFile< dataT >::read().

◆ dumpWFS()

template<typename realT , typename iosT = std::ostream>
virtual iosT & mx::AO::analysis::calculatedWFS< realT, iosT >::dumpWFS ( iosT &  ios)
inlinevirtual

Dump the details of the WFS to an io stream.

Is virtual so that derived types can add parameters.

Reimplemented from mx::AO::analysis::wfs< realT, iosT >.

Definition at line 387 of file aoWFS.hpp.

References mx::AO::analysis::wfs< realT, iosT >::dumpWFS().


The documentation for this struct was generated from the following file: