-
Notifications
You must be signed in to change notification settings - Fork 32
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-3243: Updates to jump detection for snowball/shower enhancements #174
Conversation
too many expands due to edge being wrong
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.
Aside from minor variable name changes, it looks good to me.
I added a loop over integrations that was missing due to the post CR flagging being done once for all ints.
Remove loop over integrations and use where to get integration.
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.
Still several questions and requests that need a response.
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.
Latest updates look good and address the review comments. The one failing CI test is just due to the mismatch between this PR branch and jwst/master. That will be fixed once spacetelescope/jwst#7609 is merged.
Reserving final approval until the latest regtest run is finished and reviewed.
Final regtest results are at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/765/ . All differences are due to the inclusion of the 2 new keywords and a small number of expected differences in pixel and DQ values. So I think it looks good. |
@ddavis-stsci Is this going to impact roman? It looks like Line 416 in 644392a
whereas the use in romancal expects 2 values: |
Yes, semi-high. We want to get a jwst release out by the end of this week, and a PR we're waiting to merge in jwst depends on getting this stcal PR released as soon as possible. |
OK, I'll write a romancal ticket that can be merged after the stcal
release.
Our main regression tests will be fine until the stcal release. At that
point we'll need to update for
ramp fit changes in stcal as well.
…On 6/27/23 2:33 PM, Howard Bushouse wrote:
Is this high priority for a release?
Yes, semi-high. We want to get a jwst release out by the end of this
week, and a PR we're waiting to merge in jwst depends on getting this
stcal PR released as soon as possible.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/spacetelescope/stcal/pull/174*issuecomment-1610026738__;Iw!!CrWY41Z8OgsX0i-WU-0LuAcUu2o!2EEbjW5kSNKEYNF-8ctnG_orKckSbxLr5KN9h9-g5rrmYs9xkZV_-oZnPDCl6hll1tDwMur3Hq5O18kPEd66MKYC$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ALXCXWJLRLJ7CPGK4NROVCDXNMRO7ANCNFSM6AAAAAAZIKBMUA__;!!CrWY41Z8OgsX0i-WU-0LuAcUu2o!2EEbjW5kSNKEYNF-8ctnG_orKckSbxLr5KN9h9-g5rrmYs9xkZV_-oZnPDCl6hll1tDwMur3Hq5O18kPEXNe4B-G$>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Resolves JP-3243
This PR primarily addresses the problem of the effect of brighter-fatter in large multi-int exposures. When there are enough integrations it switches to using the numpy sigmaclip routine to find outliers.
This PR also adds in support for determining the rate of both regular Cosmic Rays and snowbals/showers and adds the rates to the Fits header.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)