LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "lsst/base.h"
#include "lsst/geom/AffineTransform.h"
#include "lsst/geom/Point.h"
#include "lsst/afw/detection/Footprint.h"
#include "lsst/afw/geom/SkyWcs.h"
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 | |
lsst | |
A base class for image defects. | |
lsst::meas | |
lsst::meas::algorithms | |
Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations. | |
Functions | |
template<typename ExposureT > | |
boost::shared_ptr< ExposurePatch< ExposureT > > | lsst::meas::algorithms::makeExposurePatch (boost::shared_ptr< ExposureT const > exp, boost::shared_ptr< afw::detection::Footprint const > foot, geom::Point2D const ¢er) |
Factory function for ExposurePatch. More... | |
template<typename ExposureT > | |
boost::shared_ptr< ExposurePatch< ExposureT > > | lsst::meas::algorithms::makeExposurePatch (boost::shared_ptr< ExposureT const > exp, afw::detection::Footprint const &standardFoot, geom::Point2D const &standardCenter, afw::geom::SkyWcs const &standardWcs) |