runIngestion

lsst.ap.verify.runIngestion(cmdLine=None)

Ingest a dataset, but do not process it.

This is the main function for ingest_dataset, and handles logging, command-line argument parsing, and ingestion.

Parameters:
cmdLinelist of str

an optional command line used to execute runIngestion from other Python code. If None, sys.argv will be used.