make_wfss_multicombined

jwst.datamodels.utils.wfss_multispec.make_wfss_multicombined(results_list)[source]

Compile a list of exposure-averaged extracted sources into a single binary table.

The output model will contain a single spec_table, which will end up in extension index 1 of the FITS file on save.

Parameters:
results_listlist[MultiCombinedSpecModel]

List of MultiSpecModel objects to be combined.

Returns:
output_c1dWFSSMultiCombinedSpecModel

The combined c1d product for WFSS modes.