25#ifndef LSST_COADD_UTILS_ADDTOCOADD_H
26#define LSST_COADD_UTILS_ADDTOCOADD_H
49template <
typename ImagePixelT>
51 lsst::afw::image::Image<ImagePixelT>
const &srcImage
64template <
typename ImagePixelT>
int copyGoodPixels(lsst::afw::image::Image< ImagePixelT > &destImage, lsst::afw::image::Image< ImagePixelT > const &srcImage)
copy good pixels from one image to another