-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update Cas22 ramp fitting to integrate with the jump detection changes in stcal #933
Update Cas22 ramp fitting to integrate with the jump detection changes in stcal #933
Conversation
d93fd0f
to
b057a06
Compare
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
This PR looks good to me, but I'm somewhat leery of having a dependency against WilliamJamieson/stcal.git---e.g., if Mairan needs to make more changes to stcal for resample, it feels like it gets really complicated to have that right. When do you think we'll be able to merge your changes into stcal? |
If you look at the commit history those changes are all in a single commit with a message indicating they are temporary. The reason for them is that this PR and spacetelescope/stcal#215 are interlinked due to the interface change. Since All this is to say, both this PR and spacetelescope/stcal#215 need to be fully reviewed and "ready" before either can be merged. The temporary commit is just acting so that these changes can be fully tested and reviewed as it places both codebases in the "final" configuration needed. |
Sounds good, except for the dependency I'm happy to sign off on these changes. |
b057a06
to
6fb3154
Compare
6fb3154
to
9e9822f
Compare
Tests are failing because this points to stcal/main, and spacetelescope/stcal#215 hasn't been merged yet. I saw that tests were successful when this was pointed to the correct PR. I'm approving this, with the understanding that we won't actually merge it until 215 is in. |
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; tests failing due to unmerged stcal PR 215 are understood. Good to go in when that is merged.
Note that due to tiny numerical differences the |
This PR is intended to only make the necessary changes in
romancal
to support the Cas22 algorithm's interface changes introduced by spacetelescope/stcal#215 for the purposes of integrating jump detection directly into the the ramp fit itself. This PR is not intended to add support for the new jump detection algorithm, instead it is intended to resolve the minor interface changes introduced which breakromancal
. A follow on PR is planned to enable and test the new jump detection algorithm inromancal
.Checklist
CHANGES.rst
under the corresponding subsection