multislit_to_container

jwst.exp_to_source.multislit_to_container(inputs)[source]

Reformat exposure-based MSA data to source-based containers.

Parameters:inputs ([MultiSlitModel, ..]) – List of MultiSlitModel instances to reformat, or just a ModelContainer full of MultiSlitModels.
Returns:{str – Returns a dict of ModelContainer instances wherein each instance contains ImageModels of slits belonging to the same source. The key is the name of each slit.
Return type:ModelContainer, }