exp_to_source
- jwst.exp_to_source.exp_to_source.exp_to_source(inputs)[source]
Reformat exposure-based MSA data to source-based.
- Parameters:
- inputslist of
MultiSlitModel List of
MultiSlitModelinstances to reformat.
- inputslist of
- Returns:
- multiexposuresdict
Returns a dictionary of
MultiExposureModelinstances wherein each instance contains slits belonging to the same source. The key is thesource_idof each source.