lsst.coadd.chisquared
13.0-3-g3542790+40
|
#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... | |
Definition in file addToCoadd.h.