|
lsst.meas.algorithms
19.0.0-13-gc12c6924
|
A convenience container for the exposure, peak and footprint that will be measured. More...
#include <ExposurePatch.h>
Public Types | |
| typedef unsigned char | FlagT |
| Type for flags. More... | |
| typedef boost::shared_ptr< ExposurePatch > | Ptr |
| typedef boost::shared_ptr< ExposurePatch const > | ConstPtr |
Public Member Functions | |
| ExposurePatch (boost::shared_ptr< ExposureT const > exp, boost::shared_ptr< afw::detection::Footprint const > foot, geom::Point2D const ¢er) | |
| Constructor. More... | |
| ExposurePatch (boost::shared_ptr< ExposureT const > exp, afw::detection::Footprint const &standardFoot, geom::Point2D const &standardCenter, afw::geom::SkyWcs const &standardWcs) | |
| boost::shared_ptr< ExposureT const > const | getExposure () const |
| Accessors. More... | |
| boost::shared_ptr< afw::detection::Footprint const > const | getFootprint () const |
| geom::Point2D const & | getCenter () const |
| geom::AffineTransform const & | fromStandard () const |
| geom::AffineTransform const & | toStandard () const |
| void | setCenter (geom::Point2D const ¢er) |
| Modifiers. More... | |
A convenience container for the exposure, peak and footprint that will be measured.
This is more useful than a std::pair or similar.
Definition at line 42 of file ExposurePatch.h.
| typedef boost::shared_ptr< ExposurePatch const> lsst::meas::algorithms::ExposurePatch< ExposureT >::ConstPtr |
Definition at line 46 of file ExposurePatch.h.
| typedef unsigned char lsst::meas::algorithms::ExposurePatch< ExposureT >::FlagT |
Type for flags.
Definition at line 44 of file ExposurePatch.h.
| typedef boost::shared_ptr< ExposurePatch > lsst::meas::algorithms::ExposurePatch< ExposureT >::Ptr |
Definition at line 45 of file ExposurePatch.h.
|
inline |
Constructor.
| exp | Exposure of interest |
| foot | Footprint on exposure |
| center | Center of object on exposure |
Definition at line 49 of file ExposurePatch.h.
|
inline |
| exp | Exposure of interest |
| standardFoot | Footprint on some other exposure |
| standardCenter | Center on that other exposure |
| standardWcs | WCS for that other exposure |
Definition at line 54 of file ExposurePatch.h.
|
inline |
Definition at line 75 of file ExposurePatch.h.
|
inline |
Definition at line 74 of file ExposurePatch.h.
|
inline |
Accessors.
Definition at line 72 of file ExposurePatch.h.
|
inline |
Definition at line 73 of file ExposurePatch.h.
|
inline |
Modifiers.
Definition at line 79 of file ExposurePatch.h.
|
inline |
Definition at line 76 of file ExposurePatch.h.
1.8.13