|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A paired command for woofer and tweeter deformable mirrors.
Definition at line 40 of file wooferTweeterDM.hpp.
#include <ao/sim/wooferTweeterDM.hpp>
Public Attributes | |
| bool | woofer { false } |
| Whether the woofer command is active. | |
| Eigen::Array< floatT, Eigen::Dynamic, Eigen::Dynamic > | wooferVect |
| Woofer modal command vector. | |
| bool | tweeter { false } |
| Whether the tweeter command is active. | |
| Eigen::Array< floatT, Eigen::Dynamic, Eigen::Dynamic > | tweeterVect |
| Tweeter modal command vector. | |
| bool mx::AO::sim::wooferTweeterCommand< floatT >::tweeter { false } |
Whether the tweeter command is active.
Definition at line 46 of file wooferTweeterDM.hpp.
| Eigen::Array<floatT, Eigen::Dynamic, Eigen::Dynamic> mx::AO::sim::wooferTweeterCommand< floatT >::tweeterVect |
Tweeter modal command vector.
Definition at line 48 of file wooferTweeterDM.hpp.
| bool mx::AO::sim::wooferTweeterCommand< floatT >::woofer { false } |
Whether the woofer command is active.
Definition at line 42 of file wooferTweeterDM.hpp.
| Eigen::Array<floatT, Eigen::Dynamic, Eigen::Dynamic> mx::AO::sim::wooferTweeterCommand< floatT >::wooferVect |
Woofer modal command vector.
Definition at line 44 of file wooferTweeterDM.hpp.