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 :
list
ofstr
an optional command line used to execute
runApVerify
from other Python code. IfNone
,sys.argv
will be used.
Returns: - nFailed :
int
The number of data IDs that were not successfully processed, up to 127, or 127 if the task runner framework failed.
- cmdLine :