Skip to content

Commit

Permalink
Bugfix for SIRS reference pixel subtraction
Browse files Browse the repository at this point in the history
  • Loading branch information
drlaw1558 committed Dec 30, 2024
1 parent 6f07991 commit 071f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/refpix/refpix_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def process(self, step_input):
else:
self.log.info('Using SIRS reference file: {}'.format(sirs_ref_filename))
sirs_kernel_model = datamodels.SIRSKernelModel(sirs_ref_filename)
conv_kernel_params['refpix_algorithm'] = sirs_kernel_model
conv_kernel_params['sirs_kernel_model'] = sirs_kernel_model
elif input_model.meta.instrument.name == 'MIRI':
self.log.info('Simple Improved Reference Subtraction (SIRS) not applied for MIRI data.')
elif 'FULL' not in input_model.meta.subarray.name:
Expand Down

0 comments on commit 071f1cd

Please sign in to comment.