Skip to content

Commit

Permalink
Update src/stcal/jump/jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hbushouse authored Jan 31, 2024
1 parent 08ad69e commit 5b15a24
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,18 +686,20 @@ def extend_ellipses(
def find_last_grp(grp, ngrps, num_grps_masked_after):
"""
Parameters
_________
----------
grp : int
The location of the shower
ngrps :
The number of groups in the integration
num_grps_masked_after :
The requested number of groups to be flagged after the shower
The location of the shower
ngrps : int
The number of groups in the integration
num_grps_masked_after : int
The requested number of groups to be flagged after the shower
Returns
_______
-------
last_grp : int
The index of the last group to flag for the shower
The index of the last group to flag for the shower
"""
num_grps_masked_after += 1
Expand Down

0 comments on commit 5b15a24

Please sign in to comment.