make_wfss_multiexposure
- jwst.datamodels.utils.wfss_multispec.make_wfss_multiexposure(input_list)[source]
Compile a list of extracted sources into a single binary table.
The output model will contain one binary table per exposure, with each table containing all sources extracted from that exposure (one row per source). The number of elements in each table row will be the same across all exposures, with NaNs used to pad shorter rows to match the longest row in the exposure.
- Parameters:
- input_list
MultiSpecModelor list[MultiSpecModel] List of
MultiSpecModelobjects to be combined.
- input_list
- Returns:
- output_x1d
WFSSMultiSpecModel The extract_1d product for WFSS modes.
- output_x1d