Template Function lsst::afw::math::warpExposure¶
Function Documentation¶
- 
template<typename 
DestExposureT, typenameSrcExposureT>
intlsst::afw::math::warpExposure(DestExposureT &destExposure, SrcExposureT const &srcExposure, WarpingControl const &control, typename DestExposureT::MaskedImageT::SinglePixel padValue = lsst::afw::math::edgePixel<typename DestExposureT::MaskedImageT>(typename lsst::afw::image::detail::image_traits<typename DestExposureT::MaskedImageT>::image_category()))¶ - Parameters
 destExposure: Remapped exposure. Wcs and xy0 are read, MaskedImage is set, and PhotoCalib, Filter and VisitInfo are copied from srcExposure. All other attributes are left alone (including Detector and Psf)srcExposure: Source exposurecontrol: control parameterspadValue: use this value for undefined (edge) pixels
Warp (remap) one exposure to another.
This is a convenience wrapper around warpImage().