-
Notifications
You must be signed in to change notification settings - Fork 169
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
JP-3077: Change the Computation in Ramps with only One Good Group in the 0th Group #7461
Conversation
…ne good group in the 0th group.
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 good.
Can you also add an entry to the jwst change log that references the change to ramp_fitting in stcal (i.e. references the stcal PR). Need to have a record of it over here in jwst, since it does affect jwst ramp_fitting.
We'll obviously want to wait to merge this until the stcal PR has been merged and a new stcal release is available. |
Regression test running at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/570 |
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 fine to me.
Regression test run showed only unrelated failures due to a recent update of MIRI ref files. |
|
Codecov ReportBase: 77.90% // Head: 77.91% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #7461 +/- ##
=======================================
Coverage 77.90% 77.91%
=======================================
Files 455 455
Lines 36975 36912 -63
=======================================
- Hits 28806 28760 -46
+ Misses 8169 8152 -17
*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. |
Resolves JP-3077
This PR addresses the incorrect usage of group_time for ramps that have non-zero groupgap and the 0th group the only good group in the ramp. Because of the readout pattern, the time for the 0th group alone is computed using (NFrames+1)*TFrame/2, instead. The code changes for this are in STCAL (spacetelescope/stcal#142). Those changes affected JWST testing of ramp fit, which have been addressed in this PR.
This PR should not be merged, until the STCAL PR gets merged.
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR