|
lsst.meas.algorithms g33a09d4741+106f42d13d
|
#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 | |
| 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 ¢er) |
| 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) |