Skip to content

Commit

Permalink
Update jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Feb 27, 2024
1 parent a0783a9 commit d292bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def detect_jumps(
# also apply to the after_jump thresholds
after_jump_flag_e1 = after_jump_flag_dn1 * np.nanmedian(gain_2d)
after_jump_flag_e2 = after_jump_flag_dn2 * np.nanmedian(gain_2d)

print("after_jump_flag_e1: shape", after_jump_flag_e1.shape)
# Apply the 2-point difference method as a first pass
log.info("Executing two-point difference method")
start = time.time()
Expand Down

0 comments on commit d292bb5

Please sign in to comment.