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:
- datasetlsst.ap.verify.dataset.Dataset
- The ap_verify dataset to be ingested. 
- workspacelsst.ap.verify.workspace.WorkspaceGen3
- The abstract location where the epository is be created, if it does not already exist. 
- processesint
- The number processes to use to ingest. 
 
- dataset