lsst.meas.algorithms g4a7591d645+ff8a1bd350
Loading...
Searching...
No Matches
ExposurePatch.h File Reference

Go to the source code of this file.

Classes

class  lsst::meas::algorithms::ExposurePatch< ExposureT >
 A convenience container for the exposure, peak and footprint that will be measured. More...

Namespaces

namespace  lsst
namespace  lsst::meas
namespace  lsst::meas::algorithms

Functions

template<typename ExposureT>
std::shared_ptr< ExposurePatch< ExposureT > > lsst::meas::algorithms::makeExposurePatch (std::shared_ptr< ExposureT const > exp, std::shared_ptr< afw::detection::Footprint const > foot, geom::Point2D const &center)
 Factory function for ExposurePatch.
template<typename ExposureT>
std::shared_ptr< ExposurePatch< ExposureT > > lsst::meas::algorithms::makeExposurePatch (std::shared_ptr< ExposureT const > exp, afw::detection::Footprint const &standardFoot, geom::Point2D const &standardCenter, afw::geom::SkyWcs const &standardWcs)