mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
wfsNoisePSD.hpp File Reference

Declares and defines a function to calculate the measurement noise PSD. More...

Declares and defines a function to calculate the measurement noise PSD.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file wfsNoisePSD.hpp.

Go to the source code of this file.

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename realT >
void mx::AO::analysis::wfsNoisePSD (std::vector< realT > &PSD, realT beta_p_k, realT Fg, realT tau, realT npx, realT Fb, realT ron)
 Populate a vector with the PSD of measurement noise given WFS parameters. More...