Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:Measurement Sprint 1
-
Team:Data Release Production
Description
Add the basic FunctorKeys mechanism, and enough implementations to support Slots.
Ready for review on branch u/jbosch/
DM-421of afw:afw:u/jbosch/DM-421 % git diff --stat master...u/jbosch/DM-421
include/lsst/afw/table.h | 2 +
include/lsst/afw/table/BaseRecord.h | 21 ++++
include/lsst/afw/table/FunctorKey.h | 56 +++++++++
include/lsst/afw/table/aggregates.h | 228 +++++++++++++++++++++++++++++++++++
include/lsst/afw/table/fwd.h | 3 +
python/lsst/afw/table/Base.i | 51 +++++++-
python/lsst/afw/table/aggregates.i | 95 +++++++++++++++
python/lsst/afw/table/tableLib.i | 1 +
src/table/aggregates.cc | 214 ++++++++++++++++++++++++++++++++
tests/testFunctorKeys.py | 207 +++++++++++++++++++++++++++++++
10 files changed, 872 insertions(+), 6 deletions(-)
Assigning to Perry because this code may be useful in his implementation of
DM-433, so it makes sense for him to look it over to see if that's the case.