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:
- cmdLine
listofstr an optional command line used to execute
runIngestionfrom other Python code. IfNone,sys.argvwill be used.
- cmdLine