|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
A FunctorKey for ShapeResult. More...
#include <ShapeUtilities.h>
Public Member Functions | |
| ShapeResultKey () | |
| Default constructor; instance will not be usuable unless subsequently assigned to. More... | |
| ShapeResultKey (afw::table::QuadrupoleKey const &shape, afw::table::CovarianceMatrixKey< ErrElement, 3 > const &shapeErr) | |
| Construct from a pair of Keys. More... | |
| ShapeResultKey (afw::table::SubSchema const &s) | |
| Construct from a subschema, assuming _xx, _yy, etc. subfields. More... | |
| virtual ShapeResult | get (afw::table::BaseRecord const &record) const |
| Get a ShapeResult from the given record. More... | |
| virtual void | set (afw::table::BaseRecord &record, ShapeResult const &value) const |
| Set a ShapeResult in the given record. More... | |
| bool | isValid () const |
| Return True if the shape key is valid. More... | |
| afw::table::QuadrupoleKey | getShape () const |
| Return a FunctorKey to just the shape value. More... | |
| afw::table::CovarianceMatrixKey < ErrElement, 3 > | getShapeErr () const |
| Return a FunctorKey to just the uncertainty matrix. More... | |
| afw::table::Key< ShapeElement > | getIxx () const |
| Return a Key for the xx moment. More... | |
| afw::table::Key< ShapeElement > | getIyy () const |
| Return a Key for the yy moment. More... | |
| afw::table::Key< ShapeElement > | getIxy () const |
| Return a Key for the xy moment. More... | |
| bool | operator== (ShapeResultKey const &other) const |
| Compare the FunctorKey for equality with another, using the underlying Keys. More... | |
| bool | operator!= (ShapeResultKey const &other) const |
| Compare the FunctorKey for equality with another, using the underlying Keys. More... | |
Public Member Functions inherited from lsst::afw::table::OutputFunctorKey< ShapeResult > | |
| virtual | ~OutputFunctorKey () |
Public Member Functions inherited from lsst::afw::table::InputFunctorKey< ShapeResult > | |
| virtual void | set (BaseRecord &record, ShapeResultconst &value) const =0 |
| virtual | ~InputFunctorKey () |
Static Public Member Functions | |
| static ShapeResultKey | addFields (afw::table::Schema &schema, std::string const &name, std::string const &doc, UncertaintyEnum uncertainty) |
| Add the appropriate fields to a Schema, and return a ShapeResultKey that manages them. More... | |
Private Attributes | |
| afw::table::QuadrupoleKey | _shape |
| afw::table::CovarianceMatrixKey < ErrElement, 3 > | _shapeErr |
A FunctorKey for ShapeResult.
This class makes it easy to copy shapes and their uncertainties to and from records, and provides a method to add the appropriate fields to a Schema.
Definition at line 79 of file ShapeUtilities.h.
|
inline |
Default constructor; instance will not be usuable unless subsequently assigned to.
Definition at line 101 of file ShapeUtilities.h.
|
inline |
Construct from a pair of Keys.
Definition at line 104 of file ShapeUtilities.h.
| lsst::meas::base::ShapeResultKey::ShapeResultKey | ( | afw::table::SubSchema const & | s | ) |
Construct from a subschema, assuming _xx, _yy, etc. subfields.
If a schema has "a_xx", "a_yy", etc. fields, this constructor allows you to construct a ShapeResultKey via:
Definition at line 125 of file ShapeUtilities.cc.
|
static |
Add the appropriate fields to a Schema, and return a ShapeResultKey that manages them.
| [in,out] | schema | Schema to add fields to. |
| [in] | name | Name prefix for all fields; "_xx", "_yy", etc. will be appended to this to form the full field names. |
| [in] | doc | String used as the documentation for the xx, yy, xy fields. |
| [in] | uncertainty | Enum indicating which (if any) uncertainty values will be saved. |
The unit for all fields will be pixels^2 (pixels^4 for covariances).
Definition at line 66 of file ShapeUtilities.cc.
|
virtual |
Get a ShapeResult from the given record.
Implements lsst::afw::table::OutputFunctorKey< ShapeResult >.
Definition at line 134 of file ShapeUtilities.cc.
|
inline |
Return a Key for the xx moment.
Definition at line 146 of file ShapeUtilities.h.
|
inline |
Return a Key for the xy moment.
Definition at line 152 of file ShapeUtilities.h.
|
inline |
Return a Key for the yy moment.
Definition at line 149 of file ShapeUtilities.h.
|
inline |
Return a FunctorKey to just the shape value.
Definition at line 140 of file ShapeUtilities.h.
|
inline |
Return a FunctorKey to just the uncertainty matrix.
Definition at line 143 of file ShapeUtilities.h.
|
inline |
Return True if the shape key is valid.
Definition at line 137 of file ShapeUtilities.h.
|
inline |
Compare the FunctorKey for equality with another, using the underlying Keys.
Definition at line 133 of file ShapeUtilities.h.
|
inline |
Compare the FunctorKey for equality with another, using the underlying Keys.
Definition at line 130 of file ShapeUtilities.h.
|
virtual |
Set a ShapeResult in the given record.
Definition at line 143 of file ShapeUtilities.cc.
|
private |
Definition at line 155 of file ShapeUtilities.h.
|
private |
Definition at line 156 of file ShapeUtilities.h.
1.8.5