-
Notifications
You must be signed in to change notification settings - Fork 179
JP-2906: Fix wcs attribute names in wfss_contam step #7028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nge in functionality.
Codecov ReportBase: 79.72% // Head: 79.67% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #7028 +/- ##
==========================================
- Coverage 79.72% 79.67% -0.05%
==========================================
Files 411 411
Lines 37265 37288 +23
==========================================
Hits 29708 29708
- Misses 7557 7580 +23
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks simple enough. Required for the recent NIRISS WFSS updates?
Procedurally, maybe I should wait to approve until regtest run is complete... 🤷
Actually it appears to be an overall change in the way the grism wcs transforms are now setup. The change shows up for both NIRCam and NIRISS WFSS exposures, and the NIRCam updates haven't been merged yet, so I'm guessing it's upstream in the gwcs models somewhere. As soon as I rerun |
|
Regression test results are here: https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/417/testReport/ The 6 failures are due to differences from merging #7013 just recently and not getting the truth files updated quickly enough before this test ran. So it's all good. |
Resolves JP-2906
This PR updates the attribute names for the subarray corner offsets in the WCS transform used in the
wfss_contamstep for grism images, as described in JP-2906. It should be backwards compatible, by first trying to use the old attribute names and then using the new ones if that fails.Checklist for maintainers
CHANGES.rstwithin the relevant release sectionHow to run regression tests on a PR