Skip to content

Commit

Permalink
updating parameter name for algorithm used
Browse files Browse the repository at this point in the history
  • Loading branch information
penaguerrero committed Dec 13, 2024
1 parent b25fe16 commit 03d3e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/regtest/test_nircam_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run_detector1pipeline(rtdata_module):
"--steps.saturation.save_results=True",
"--steps.superbias.save_results=True",
"--steps.refpix.save_results=True",
"--steps.refpix.use_conv_kernel=False",
"--steps.refpix.refpix_algorithm=median",
"--steps.linearity.save_results=True",
"--steps.dark_current.save_results=True",
"--steps.jump.save_results=True",
Expand Down

0 comments on commit 03d3e79

Please sign in to comment.