Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:12.9
-
Epic Link:
-
Sprint:DRP F16-5, DRP F16-6, DRP S17-1
-
Team:Data Release 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:
- testFluxFromABMag.py
- testWcs835.py
- testHeader.py
- testTableArchiveImport.py
- testMaskedImagePersistence1.py
- testImageIo2.py
- testTicket2352.py
- testTicket2905.py
- testImagePersistence1.py
- testScaledPlus.py
- testRandom1.py
- testImageTestUtils.py
- testKernel.py
- testWcsFitsTable.py
- testTicket2162.py
- testStatisticsOverloads.py
- testMakeWcs.py
- testStatisticsMasked.py
- testKernelIo1.py
- testEllipse.py
- testRowColumnStats.py
- testMethods.py
- testKernelImagesForRegion.py
- statBug1697.py
Attachments
Issue Links
- blocks
-
DM-7057 Complete afw port to pybind11
- Done
-
DM-7801 Wrap afw::cameraGeom with pybind11
- Done
-
DM-8417 Wrap tests that depend on both image and table with pybind11
- Done
- is blocked by
-
DM-8363 Add macro for Pybind11 wrapping of LSST_CONTROL_FIELD
- Done
-
DM-8374 Add function for Pybind11 wrapping of PersistableFacade
- Done
- is cloned by
-
DM-8447 Wrap afw::image with pybind11 (UW work)
- Done
Moved the following tests to
DM-8417.