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

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.

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

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...