afw.dataset.print_summary#
- afw.dataset.print_summary(fileset: dict[str, list[str]], logger: Logger, use_short_name: bool = True) None[source]#
Prints a summary of a given dataset
- Parameters:
fileset (
dict) – A fully-populated fileset, with files and metadatalogger (
logging.Logger) – A Python logger to use for printinguse_short_name (
bool) – Whether to use the shortName metadata attribute or the dataset’s DAS key