mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Calculation of the temporal PSD of Fourier modes. More...
Calculation of the temporal PSD of Fourier modes.
Definition in file fourierTemporalPSD.hpp.
#include <iostream>
#include <fstream>
#include <sys/stat.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_errno.h>
#include <Eigen/Dense>
#include "../../math/constants.hpp"
#include "../../math/func/jinc.hpp"
#include "../../math/func/airyPattern.hpp"
#include "../../math/vectorUtils.hpp"
#include "../../ioutils/fits/fitsFile.hpp"
#include "../../sigproc/fourierModes.hpp"
#include "../../sigproc/psdVarMean.hpp"
#include "../../ioutils/stringUtils.hpp"
#include "../../ioutils/readColumns.hpp"
#include "../../ioutils/binVector.hpp"
#include "../../ioutils/fileUtils.hpp"
#include "../../ipc/ompLoopWatcher.hpp"
#include "../../mxError.hpp"
#include "aoSystem.hpp"
#include "aoPSDs.hpp"
#include "wfsNoisePSD.hpp"
#include "clAOLinearPredictor.hpp"
#include "clGainOpt.hpp"
#include "varmapToImage.hpp"
#include "speckleAmpPSD.hpp"
#include "aoConstants.hpp"
Go to the source code of this file.
Classes | |
struct | mx::AO::analysis::fourierTemporalPSD< _realT, aosysT > |
Class to manage the calculation of temporal PSDs of the Fourier modes in atmospheric turbulence. More... | |
Namespaces | |
namespace | mx |
The mxlib c++ namespace. | |
Enumerations | |
enum | mx::AO::analysis::basis : unsigned int { mx::AO::analysis::basic , mx::AO::analysis::modified } |
Functions | |
template<typename realT , typename aosysT > | |
realT | mx::AO::analysis::F_basic (realT kv, void *params) |
Worker function for GSL Integration for the basic sin/cos Fourier modes. | |
template<typename realT , typename aosysT > | |
realT | mx::AO::analysis::F_mod (realT kv, void *params) |
Worker function for GSL Integration for the modified Fourier modes. | |
enum mx::AO::analysis::basis : unsigned int |
Enumerator | |
---|---|
basic | The basic sine and cosine Fourier modes. |
modified | The modified Fourier basis from [males_guyon_2017]. |
Definition at line 81 of file fourierTemporalPSD.hpp.