Skip to content

Commit

Permalink
fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jemorrison committed Nov 27, 2024
1 parent a0d069f commit a9ab10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/rscd/rscd_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def correction_skip_groups(output, group_skip):
(sci_nints, sci_ngroups))
log.debug("The first integration in the data is integration: %d" %
(sci_int_start))
log.info("Number of groups to skip for integrations 2 and higher %d ", group_skip)
log.info("Number of groups to skip for integrations 2 and higher: %d " %group_skip)

# If ngroups <= group_skip+3, skip the flagging
# the +3 is to ensure there is a slope to be fit including the flagging for
Expand Down

0 comments on commit a9ab10a

Please sign in to comment.