run_extract1d
- jwst.extract_1d.soss_extract.soss_extract.run_extract1d(input_model, pastasoss_ref_name, specprofile_ref_name, speckernel_ref_name, subarray, soss_filter, soss_kwargs)[source]
Run the spectral extraction on NIRISS SOSS data.
- Parameters:
- input_model
JwstDataModel The input data model.
- pastasoss_ref_namestr
Name of the PASTASOSS reference file.
- specprofile_ref_namestr
Name of the SPECPROFILE reference file.
- speckernel_ref_namestr
Name of the SPECKERNEL reference file.
- subarraystr
Subarray on which the data were recorded; one of ‘SUBSTRIP96’, ‘SUBSTRIP256’, or ‘FULL’.
- soss_filterstr
Filter in place during observations; one of ‘CLEAR’ or ‘F277W’.
- soss_kwargsdict
Dictionary of keyword arguments passed from
Extract1dStep.
- input_model
- Returns:
- output_model, output_references, output_atoca
JwstDataModel Data models containing the extracted spectra.
- output_model, output_references, output_atoca