mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definition at line 35 of file directPhaseSensor.hpp.
#include <ao/sim/directPhaseSensor.hpp>
Public Types | |
typedef _realT | realT |
typedef Eigen::Array< realT, Eigen::Dynamic, Eigen::Dynamic > | imageT |
The wavefront sensor detector image type. | |
typedef _realT | realT |
typedef Eigen::Array< realT, Eigen::Dynamic, Eigen::Dynamic > | imageT |
The wavefront sensor detector image type. | |
Public Attributes | |
realT | iterNo |
imageT | image |
unsigned | iterNo |
imageT | tipImage |
typedef Eigen::Array<realT, Eigen::Dynamic, Eigen::Dynamic> mx::AO::sim::wfsImageT< _realT >::imageT |
The wavefront sensor detector image type.
Definition at line 42 of file directPhaseSensor.hpp.
typedef Eigen::Array<realT, Eigen::Dynamic, Eigen::Dynamic> mx::AO::sim::wfsImageT< _realT >::imageT |
The wavefront sensor detector image type.
Definition at line 48 of file pyramidSensor.hpp.
typedef _realT mx::AO::sim::wfsImageT< _realT >::realT |
Definition at line 37 of file directPhaseSensor.hpp.
typedef _realT mx::AO::sim::wfsImageT< _realT >::realT |
Definition at line 43 of file pyramidSensor.hpp.
imageT mx::AO::sim::wfsImageT< _realT >::image |
Definition at line 44 of file directPhaseSensor.hpp.
Referenced by mx::AO::sim::directPhaseReconstructor< realT >::accumulateRMat(), mx::AO::sim::pywfsSlopeReconstructor< _floatT >::accumulateRMat(), mx::AO::sim::directPhaseReconstructor< realT >::calcMeasurement(), mx::AO::sim::pywfsSlopeReconstructor< _floatT >::calcMeasurement(), and mx::AO::sim::directPhaseReconstructor< realT >::reconstruct().
realT mx::AO::sim::wfsImageT< _realT >::iterNo |
Definition at line 39 of file directPhaseSensor.hpp.
Referenced by mx::AO::sim::directPhaseReconstructor< realT >::reconstruct(), and mx::AO::sim::pywfsSlopeReconstructor< _floatT >::reconstruct().
unsigned mx::AO::sim::wfsImageT< _realT >::iterNo |
Definition at line 45 of file pyramidSensor.hpp.
imageT mx::AO::sim::wfsImageT< _realT >::tipImage |
Definition at line 52 of file pyramidSensor.hpp.