mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::AO::analysis::PSDComponent Namespace Reference

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)
 

Enumeration Type Documentation

◆ anonymous enum

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.

Function Documentation

◆ compName()

std::string mx::AO::analysis::PSDComponent::compName ( int  cc)

◆ compNum()

int mx::AO::analysis::PSDComponent::compNum ( const std::string &  name)