Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:8
-
Epic Link:
-
Sprint:Alert Production S17 - 12
-
Team:Alert Production
Description
The generated wrappers will live parallel to the Swig wrappers. This ticket only covers the C++ wrappers themselves, not the Python layer on top (which will continue to use the old wrappers) all work will stay on a separate branch and will not be merged to master until DM-6168 is complete.
The tests included in this ticket are:
- testDetector.py
- testMakePixelToTanPixel.py
- testExposure.py
- testCamGeomFitsUtils.py
- testCameraGeom.py
- testDistortedTanWcs.py
- testCameraTransformMap.py
- testColor.py
- testOrientation.py
- testCameraSys.py
- testWarper.py (moved to
DM-8619)
Attachments
Issue Links
- blocks
-
DM-7057 Complete afw port to pybind11
- Done
-
DM-8423 Wrap obs_base (was daf_butlerUtils) with pybind11
- Done
- is blocked by
-
DM-7797 Wrap afw::image with pybind11
- Done
-
DM-8447 Wrap afw::image with pybind11 (UW work)
- Done
- relates to
-
DM-8626 ConfigDictField cannot handle unicode keys in py2
- Done
-
DM-8609 Fix misuse of Image.Factory
- Won't Fix
-
DM-8647 Enable autobrief in Doxygen
- Done
-
DM-8651 Improve Python wrapping of lsst::afw::image::detail
- To Do
-
DM-8619 Enable testWarper.py with pybind11
- Done
-
DM-6168 Wrap afw using pybind11
- Done
It appears that
DM-8420,DM-8422, andDM-8423all require FOCAL_PLANE to be defined.