mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Enumerations | |
enum | { phase , amplitude , dispPhase , dispAmplitude } |
Enum to specify which component of the PSD to calcualte. More... | |
Functions | |
std::string | compName (int cc) |
int | compNum (const std::string &name) |
anonymous enum |
Enum to specify which component of the PSD to calcualte.
Enumerator | |
---|---|
phase | The phase or OPD. |
amplitude | The amplitude. |
dispPhase | The phase component of dispersive anisoplanatism. |
dispAmplitude | The amplitude component of dispersive anisoplanatism. |
Definition at line 50 of file aoPSDs.hpp.
std::string mx::AO::analysis::PSDComponent::compName | ( | int | cc | ) |
int mx::AO::analysis::PSDComponent::compNum | ( | const std::string & | name | ) |
Referenced by mx::AO::analysis::vonKarmanSpectrum< realT >::loadConfig().