ingestDatasetGen3¶
- lsst.ap.verify.ingestDatasetGen3(dataset, workspace, processes=1)¶
Ingest the contents of an ap_verify dataset into a Gen 3 Butler repository.
The original data directory is not modified.
- Parameters:
- dataset
lsst.ap.verify.dataset.Dataset
The ap_verify dataset to be ingested.
- workspace
lsst.ap.verify.workspace.WorkspaceGen3
The abstract location where the epository is be created, if it does not already exist.
- processes
int
The number processes to use to ingest.
- dataset