25 #ifndef LSST_COADD_UTILS_COPYGOODPIXELS_H 26 #define LSST_COADD_UTILS_COPYGOODPIXELS_H 52 template <
typename CoaddPixelT,
typename WeightPixelT>
75 template <
typename CoaddPixelT,
typename WeightPixelT>
95 #endif // !defined(LSST_COADD_UTILS_COPYGOODPIXELS_H)
A base class for image defects.
A class to manipulate images, masks, and variance as a single object.
afw::table::Key< double > weight
lsst::afw::geom::Box2I addToCoadd(lsst::afw::image::Image< CoaddPixelT > &coadd, lsst::afw::image::Image< WeightPixelT > &weightMap, lsst::afw::image::Image< CoaddPixelT > const &image, WeightPixelT weight)
add good pixels from an image to a coadd and associated weight map
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
float VariancePixel
default type for MaskedImage variance images
An integer coordinate rectangle.
A class to represent a 2-dimensional array of pixels.