lsst.coadd.chisquared  15.0-1-g788a293+39
Namespaces | Functions
addToCoadd.h File Reference
#include "lsst/afw/geom.h"
#include "lsst/afw/image.h"

Go to the source code of this file.

Namespaces

 lsst
 
 lsst::coadd
 
 lsst::coadd::chisquared
 

Functions

template<typename CoaddPixelT , typename WeightPixelT >
lsst::afw::geom::Box2I lsst::coadd::chisquared::addToCoadd (lsst::afw::image::MaskedImage< CoaddPixelT, lsst::afw::image::MaskPixel, lsst::afw::image::VariancePixel > &coadd, lsst::afw::image::Image< WeightPixelT > &weightMap, lsst::afw::image::MaskedImage< CoaddPixelT, lsst::afw::image::MaskPixel, lsst::afw::image::VariancePixel > const &maskedImage, lsst::afw::image::MaskPixel const badPixelMask, WeightPixelT weight)
 add good pixels from a masked image to a coadd and associated weight map using the chi squared algorithm More...
 

Detailed Description

Author
Russell Owen

Definition in file addToCoadd.h.