YamlRepoImportBackend¶
-
class
lsst.daf.butler.
YamlRepoImportBackend
(stream: IO, registry: Registry)¶ Bases:
lsst.daf.butler.RepoImportBackend
A repository import implementation that reads from a YAML file.
Parameters: Methods Summary
load
(datastore, *, directory, transfer)Import information associated with the backend into the given registry and datastore. register
()Register all runs and dataset types associated with the backend with the Registry
the backend was constructed with.Methods Documentation