Skip to content

Commit

Permalink
remove invalid cal_step
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 25, 2024
1 parent 6fc485b commit 364e64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwst/refpix/irs2_subtract_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def correct_model(output_model, irs2_model, scipix_n_default=16, refpix_r_defaul
# of the input model will be copied to output at the end of the step.
data = output_model.data.copy()
pixeldq = output_model.pixeldq.copy()
output_model.meta.cal_step.refpix = 'not specified yet'

# Load the reference file data.
# The reference file data are complex, but they're stored as float, with
Expand Down

0 comments on commit 364e64e

Please sign in to comment.