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
list
ofstr
an optional command line used to execute
runIngestion
from other Python code. IfNone
,sys.argv
will be used.
- cmdLine