expand
fun expand(config: FitConfiguration, importer: DatasetImporter = DatasetImporter.default): FitSpec.Batch(source)
Expands a configuration whose data source resolves to many datasets into a FitSpec.Batch that shares the analysis configuration. The source is imported once and each dataset is materialized as a single-dataset Inline source named after the dataset, so re-running each entry does not re-read the original source.