Skip to content

Commit

Permalink
Update jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 5, 2024
1 parent cc23831 commit c9cacac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def detect_jumps(
only_use_ints=only_use_ints,
)
# This is the flag that controls the flagging of snowballs.
fits.writeto("persistgdq.fits", gdq, overwrite=True)
if expand_large_events:
total_snowballs = flag_large_events(
gdq,
Expand Down Expand Up @@ -433,7 +432,6 @@ def detect_jumps(
previous_row_above_gdq = row_above_gdq.copy()
k += 1
# This is the flag that controls the flagging of snowballs.
fits.writeto("persistgdq.fits", gdq, overwrite=True)
if expand_large_events:
total_snowballs = flag_large_events(
gdq,
Expand Down

0 comments on commit c9cacac

Please sign in to comment.