https://jwst-pipeline.readthedocs.io/en/stable/jwst/changes.html#change-log
Replaced the spec2 pipeline call to nsclean with a call to clean_flicker_noise. (#9981)
User reports an error of the nsclean keyword being sent to the pipeline.
A solution could be to simply update the hard coded keyword to the modern version or to include logic to change the keyword depending on the installed pipeline version.
Here is the run_stage2 file (
|
def run_stage2(rate_files, output_dir, skip_cubes=True, overwrite=False, TA=False, nsclean_skip=False, save_plots=True): |
)
https://jwst-pipeline.readthedocs.io/en/stable/jwst/changes.html#change-log
Replaced the spec2 pipeline call to nsclean with a call to clean_flicker_noise. (#9981)
User reports an error of the nsclean keyword being sent to the pipeline.
A solution could be to simply update the hard coded keyword to the modern version or to include logic to change the keyword depending on the installed pipeline version.
Here is the run_stage2 file (
breads/breads/jwst_tools/reduction_utils.py
Line 201 in 6b969a4