lsst.meas.algorithms
22.0.1-21-g532228a4+1abadd7f10
|
#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 | |
lsst::meas | |
lsst::meas::algorithms | |
Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations. | |
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 ¢er) |
Factory function for ExposurePatch. More... | |
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) |