runApPipeGen3

lsst.ap.verify.runApPipeGen3(workspace, parsedCmdLine, processes=1)

Run ap_pipe on this object’s dataset.

Parameters:
workspacelsst.ap.verify.workspace.WorkspaceGen3

The abstract location containing input and output repositories.

parsedCmdLineargparse.Namespace

Command-line arguments, including all arguments supported by ApPipeParser.

processesint

The number of processes with which to call the AP pipeline

Returns:
codeint

An error code that is zero if the pipeline ran without problems, or nonzero if there were errors. The exact meaning of nonzereo values is an implementation detail.