Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_decam
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Alert Production S17 - 2
-
Team:Alert Production
Description
DecamMapper presently calls stripWcsKeywords in several places. This function is not part of afw's public interface (it is in namespace lsst::afw::image::detail and the call is unnecessary because makeWcs will strip the metadata if told to do so (by setting the second argument true).
Fixing this will help the pybind11 conversion effort because the pybind11 wrapped version of afw does not make stripWcsKeywords available, and we'd rather not change that.
Hsin-Fang Chiang do you have time to review this? It is a simple change, though I took the opportunity to also clean up some flake8 warnings (as a separate commit).