runApVerify

lsst.ap.verify.runApVerify(cmdLine=None)[source]

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.

After this function returns, metrics will be available in a file named ap_verify.verify.json in the working directory.

Parameters:

cmdLine : list of str

an optional command line used to execute runApVerify from other Python code. If None, sys.argv will be used.