Skip to content

Commit

Permalink
delete jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 30, 2024
1 parent e5c15e2 commit 9701831
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def detect_jumps(
gdq = gdq.copy()
data = data.copy()
copy_arrs = False # we don't need to copy arrays again in find_crs
print("this is a test")
for i in range(n_slices - 1):
slices.insert(
i,
Expand Down
1 change: 0 additions & 1 deletion src/stcal/jump/twopoint_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def find_crs(
# the transient seen after ramp jumps
flag_e_threshold = [after_jump_flag_e1, after_jump_flag_e2]
flag_groups = [after_jump_flag_n1, after_jump_flag_n2]
print("starting flagging after jump")
for cthres, cgroup in zip(flag_e_threshold, flag_groups):
if cgroup > 0 and cthres > 0:
cr_intg, cr_group, cr_row, cr_col = np.where(np.bitwise_and(gdq, jump_flag))
Expand Down

0 comments on commit 9701831

Please sign in to comment.