-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
Issue JP-4106 was created on JIRA by Melanie Clarke:
There is a "save_bsub" parameter for calwebb_image2 and calwebb_spec2 that has some confusing behavior. It defaults to False, but is used only if set to True. If it is True, then save_results for the bkg_subtract step is also set to True; if it is False, the save_results parameter is used as is (from the user input, CRDS parameters, or software defaults for the step).
Since save_results already exists as an option for every step, and since it will be turned on for the bkg_subtract step by default for some modes after JP-3673, I suggest we remove the save_bsub option from the pipeline parameters.