mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines a function to calculate the measurement noise PSD. More...
Declares and defines a function to calculate the measurement noise PSD.
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... | |