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