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

template<typename floatT>
struct mx::AO::sim::wooferTweeterCommand< floatT >

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.

Member Data Documentation

◆ tweeter

template<typename floatT>
bool mx::AO::sim::wooferTweeterCommand< floatT >::tweeter { false }

Whether the tweeter command is active.

Definition at line 46 of file wooferTweeterDM.hpp.

◆ tweeterVect

template<typename floatT>
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.

◆ woofer

template<typename floatT>
bool mx::AO::sim::wooferTweeterCommand< floatT >::woofer { false }

Whether the woofer command is active.

Definition at line 42 of file wooferTweeterDM.hpp.

◆ wooferVect

template<typename floatT>
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.


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