Skip to content

Commit

Permalink
Update twopoint_difference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 30, 2024
1 parent 907e25a commit 9c7d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/jump/twopoint_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def find_crs(
col = cr_col[j]
if e_jump_4d[intg, group - 1, row, col] >= cthres[row, col]:
for kk in range(group + 1, min(group + cgroup + 1, ngroups)):
gdq[intg, kk, row, col] = np.bitwise_or(gdq[integ, kk, row, col], jump_flag)
gdq[intg, kk, row, col] = np.bitwise_or(gdq[intg, kk, row, col], jump_flag)
if "stddev" in locals():
return gdq, row_below_gdq, row_above_gdq, num_primary_crs, stddev

Expand Down

0 comments on commit 9c7d614

Please sign in to comment.