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:
- 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.
- sasquatchNamespace
str, optional The name of the namespace to post the ap_verify metrics to.
- sasquatchUrl
str, optional The URL of the server to post the ap_verify metrics to.
- extra
dict, optional Extra parameters needed to post ap_verify metrics to Sasquatch.
- processes
int, optional The number processes to use to ingest.
- dataset