Skip to content

Commit

Permalink
update spec to make delta_rms_thresh have correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Dec 16, 2024
1 parent 841c516 commit 8baec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/background/background_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BackgroundStep(Step):
maxiters = integer(default=None) # Number of clipping iterations
wfss_mmag_extract = float(default=None) # WFSS minimum abmag to extract
wfss_maxiter = integer(default=5) # WFSS iterative outlier rejection max iterations
wfss_rms_stop = float(default=1) # WFSS iterative outlier rejection RMS improvement threshold (percent)
wfss_rms_stop = float(default=0) # WFSS iterative outlier rejection RMS improvement threshold (percent)
wfss_outlier_percent = float(default=1) # WFSS outlier percentile to reject per iteration
"""

Expand Down

0 comments on commit 8baec7e

Please sign in to comment.