ingestDataset¶
- lsst.ap.verify.ingestDataset(dataset, workspace)¶
Ingest the contents of an ap_veify dataset into a Butler repository.
The original data directory shall not be modified.
- Parameters:
- dataset
lsst.ap.verify.dataset.Dataset The ap_verify dataset to be ingested.
- workspace
lsst.ap.verify.workspace.WorkspaceGen2 The abstract location where ingestion repositories will be created. If the repositories already exist, they must be compatible with
dataset(in particular, they must support the relevantobspackage).
- dataset