Template Function lsst::afw::image::operator/

Function Documentation

template<typename PixelT>
std::shared_ptr<Image<PixelT>> lsst::afw::image::operator/(Image<PixelT> const &img, ImageSlice<PixelT> const &slc)

Overload operator/()

Only ‘image / slice’ is defined, as ‘slice / image’ doesn’t make sense.

Parameters