Skip to content
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-2206: fix jump for miri 3 and 4 group ints #44

Merged

Conversation

cshanahan1
Copy link
Collaborator

@cshanahan1 cshanahan1 commented Aug 26, 2021

Resolves spacetelescope/jwst#6223 / JP-2206
Closes spacetelescope/jwst#6234

Code derived from @mwregan2 's PR above.

This has a corresponding PR in jwst to fix some tests that also needs to be merged: spacetelescope/jwst#6310. This PR should be merged and stcal should be released before that one is merged.

@codecov
Copy link

codecov bot commented Aug 26, 2021

Codecov Report

Merging #44 (b335493) into main (1628c96) will decrease coverage by 0.26%.
The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   21.99%   21.72%   -0.27%     
==========================================
  Files          14       14              
  Lines        1614     1611       -3     
==========================================
- Hits          355      350       -5     
- Misses       1259     1261       +2     
Impacted Files Coverage Δ
src/stcal/jump/jump.py 59.67% <0.00%> (-1.99%) ⬇️
src/stcal/jump/twopoint_difference.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1628c96...b335493. Read the comment docs.

@cshanahan1 cshanahan1 force-pushed the jump_flag_all_pixels_MIRI_3_group_ints branch from c933dff to f06613f Compare August 27, 2021 13:42
@cshanahan1 cshanahan1 force-pushed the jump_flag_all_pixels_MIRI_3_group_ints branch from f06613f to 41e1fa9 Compare August 27, 2021 13:55
@cshanahan1 cshanahan1 requested a review from nden August 27, 2021 13:56
@nden
Copy link
Collaborator

nden commented Aug 27, 2021

@cshanahan1 This may need a rebase because of a fix for jwst in #49

CHANGES.rst Outdated
Comment on lines 6 to 11
jump_detection
--------------
- Fix issue with flagging for MIRI three and four group integrations. (#44)



Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to go in a 0.2.5 (unreleased) section, as 0.2.4 is already released.

@jdavies-st jdavies-st changed the title fix jump for miri 3 and 4 group ints JP-2206: fix jump for miri 3 and 4 group ints Sep 16, 2021
@cshanahan1 cshanahan1 force-pushed the jump_flag_all_pixels_MIRI_3_group_ints branch from 41e1fa9 to b235456 Compare October 8, 2021 19:52
@@ -21,6 +21,11 @@ ramp_fitting
Workaround for setuptools_scm issues with recent versions of pip. [#45]


jump_detection
--------------
- Fix issue with flagging for MIRI three and four group integrations. (#44)
Copy link
Collaborator

@nden nden Oct 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this needs to be moved again - to the 0.4. section

@cshanahan1 cshanahan1 force-pushed the jump_flag_all_pixels_MIRI_3_group_ints branch from b235456 to b335493 Compare October 12, 2021 18:46
@nden
Copy link
Collaborator

nden commented Oct 13, 2021

Merging, so we can release and update jwst.

@nden nden merged commit cabd41e into spacetelescope:main Oct 13, 2021
jdavies-st added a commit to jdavies-st/stcal that referenced this pull request Oct 14, 2021
jdavies-st added a commit that referenced this pull request Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jump step on 3 and 4 group data seeming to flag nearly all pixels as jumps
3 participants