25 #if !defined(LSST_AFW_MATH_STACK_H) 26 #define LSST_AFW_MATH_STACK_H 48 template <
typename PixelT>
52 StatisticsControl
const& sctrl = StatisticsControl(),
60 template <
typename PixelT>
65 StatisticsControl
const& sctrl = StatisticsControl(),
89 template <
typename PixelT>
103 template <
typename PixelT>
108 StatisticsControl
const& sctrl = StatisticsControl(),
135 template <
typename PixelT>
138 Property flags, StatisticsControl
const& sctrl,
145 template <
typename PixelT>
150 StatisticsControl
const& sctrl = StatisticsControl(),
160 template <
typename PixelT>
164 StatisticsControl
const& sctrl = StatisticsControl(),
178 template <
typename PixelT>
181 StatisticsControl
const& sctrl = StatisticsControl());
185 template <
typename PixelT>
188 StatisticsControl
const& sctrl = StatisticsControl());
std::shared_ptr< lsst::afw::image::Image< PixelT > > statisticsStack(std::vector< std::shared_ptr< lsst::afw::image::Image< PixelT >>> &images, Property flags, StatisticsControl const &sctrl=StatisticsControl(), std::vector< lsst::afw::image::VariancePixel > const &wvector=std::vector< lsst::afw::image::VariancePixel >(0))
A function to compute some statistics of a stack of Images.
A base class for image defects.
A class to manipulate images, masks, and variance as a single object.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
Property
control what is calculated
A class to represent a 2-dimensional array of pixels.