ingestDatasetGen3¶
- lsst.ap.verify.ingestDatasetGen3(dataset, workspace, sasquatchNamespace=None, sasquatchUrl=None, extra=None, 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. 
- sasquatchNamespacestr, optional
- The name of the namespace to post the ap_verify metrics to. 
- sasquatchUrlstr, optional
- The URL of the server to post the ap_verify metrics to. 
- extradict, optional
- Extra parameters needed to post ap_verify metrics to Sasquatch. 
- processesint, optional
- The number processes to use to ingest. 
 
- dataset