make_bundles_dict_from_list¶
- rubin_sim.maf.metric_bundles.make_bundles_dict_from_list(bundle_list)¶
Utility to convert a list of MetricBundles into a dictionary, keyed by the fileRoot names.
Raises an exception if the fileroot duplicates another metricBundle. (Note this should alert to potential cases of filename duplication).
- Parameters:
- bundle_list
list
ofMetricBundles
- bundle_list