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_listMultiSpecModel or list[MultiSpecModel]

List of MultiSpecModel objects to be combined.

Returns:
output_x1dWFSSMultiSpecModel

The extract_1d product for WFSS modes.