mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A utility to convert a wavefront variance map to an intensity image. More...
A utility to convert a wavefront variance map to an intensity image.
Definition in file varmapToImage.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename imageT > | |
void | mx::AO::analysis::varmapToImage (imageT &im, imageT &varmap, imageT &psf) |
Convert a wavefront variance map to an intensity image by convolving with the PSF. More... | |