runApVerify¶
- 
lsst.ap.verify.runApVerify(cmdLine=None)¶
- Execute the AP pipeline while handling metrics. - This is the main function for - ap_verify, and handles logging, command-line argument parsing, pipeline execution, and metrics generation.- Parameters: - cmdLine : listofstr
- an optional command line used to execute - runApVerifyfrom other Python code. If- None,- sys.argvwill be used.
 
- cmdLine :