Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Team:Data Release Production
Description
The fix to DM-2883 (remove illegal PVi_j cards) isn't quite right, and the error was masked by a piece of code elsewhere that duplicated the functionality.
The issues is that while PV1_[1-4] cards are indeed valid, the ones that SCAMP writes are not. So we should remove them too, if there are any other SCAMP TPV coefficients.
The masking code was a unilateral removal of PVi_j cards dating back years.
$ git diff --stat origin/master..
src/image/Wcs.cc | 15 ---------------
src/image/makeWcs.cc | 12 +++++++++---
2 files changed, 9 insertions(+), 18 deletions(-)