You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In calwebb_spec2, the MasterBackgroundMosStep is responsible for handling master background subtraction with MOS data. While users can readily modify parameters for calibration steps like barshadow, flat_field, pathloss, and photom within the MasterBackgroundMosStep, there are constraints when it comes to accessing and modifying the ResampleSpecStep and Extract1dStep, which appear to be hard-coded. These two should be accessible like the other calibration steps within the MasterBackgroundMosStep.
For instance, users may find it beneficial to adjust parameters such as weight_type or fillval in the ResampleSpecStep prior to the extraction of 1-D background spectra. Additionally, users may wish to modify the background extraction region by overriding the default reference file, a capability currently unavailable. Just as an example, if users observe background with a 3-shutter-slitlet, by default the pipeline will only extract a 6-pixel wide region from the central shutter. However, there may be valid background in those adjacent shutters which users may wish to also include in the extraction if they could modify the reference file.
We would like the ability to define parameters for the ResampleSpecStep and Extract1dStep in a manner similar to how we can for barshadow within the 'steps' section under 'master_background_mos', as in this example:
Issue JP-3598 was created on JIRA by Kayli Glidic:
In calwebb_spec2, the MasterBackgroundMosStep is responsible for handling master background subtraction with MOS data. While users can readily modify parameters for calibration steps like barshadow, flat_field, pathloss, and photom within the MasterBackgroundMosStep, there are constraints when it comes to accessing and modifying the ResampleSpecStep and Extract1dStep, which appear to be hard-coded. These two should be accessible like the other calibration steps within the MasterBackgroundMosStep.
For instance, users may find it beneficial to adjust parameters such as weight_type or fillval in the ResampleSpecStep prior to the extraction of 1-D background spectra. Additionally, users may wish to modify the background extraction region by overriding the default reference file, a capability currently unavailable. Just as an example, if users observe background with a 3-shutter-slitlet, by default the pipeline will only extract a 6-pixel wide region from the central shutter. However, there may be valid background in those adjacent shutters which users may wish to also include in the extraction if they could modify the reference file.
We would like the ability to define parameters for the ResampleSpecStep and Extract1dStep in a manner similar to how we can for barshadow within the 'steps' section under 'master_background_mos', as in this example:
The text was updated successfully, but these errors were encountered: