From c9cacac0498f9e7878844709e24a25b59df2df6e Mon Sep 17 00:00:00 2001 From: Mike Regan Date: Fri, 5 Jan 2024 14:34:00 -0500 Subject: [PATCH] Update jump.py --- src/stcal/jump/jump.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stcal/jump/jump.py b/src/stcal/jump/jump.py index aac10317..12d3dea5 100644 --- a/src/stcal/jump/jump.py +++ b/src/stcal/jump/jump.py @@ -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, @@ -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,