Template Function lsst::afw::math::makeStatistics(std::vector<EntryT> const&, std::vector<WeightPixel> const&, int const, StatisticsControl const&)¶
Function Documentation¶
- 
template<typename 
EntryT>
StatisticsmakeStatistics(std::vector<EntryT> const &v, std::vector<WeightPixel> const &vweights, int const flags, StatisticsControl const &sctrl = StatisticsControl()) - Parameters
 v: Image (or MaskedImage) whose properties we wantvweights: Weightsflags: Describe what we want to calculatesctrl: Control calculation
The makeStatistics() overload to handle std::vector<>