|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Spatial power spectra used in adaptive optics. More...
Spatial power spectra used in adaptive optics.
Definition in file aoPSDs.hpp.
#include <string>#include "../../mxError.hpp"#include "../../math/constants.hpp"#include "../../math/func/jinc.hpp"#include "aoConstants.hpp"#include "aoAtmosphere.hpp"Go to the source code of this file.
Classes | |
| struct | mx::AO::analysis::vonKarmanSpectrum< realT > |
| Manage calculations using the von Karman spatial power spectrum. More... | |
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Enumerations | |
| enum | { mx::AO::analysis::PSDComponent::phase , mx::AO::analysis::PSDComponent::amplitude , mx::AO::analysis::PSDComponent::dispPhase , mx::AO::analysis::PSDComponent::dispAmplitude } |
| Enum to specify which component of the PSD to calcualte. More... | |
| 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.