scarlet_model_to_zip_json¶
- lsst.meas.extensions.scarlet.scarlet_model_to_zip_json(model_data: ScarletModelData) dict[str, Any]¶
 Convert a ScarletModelData instance to a dictionary of files.
This is required to convert the model data into a format that can be insterted into a zip archive.
- Parameters:
 - model_data
lsst.scarelt.lite.io.ScarletModelData ScarletModelData instance.
- model_data
 - Returns:
 - datadict[str, Any]
 Dictionary mapping filenames to the desired file type.