runApPipeGen2

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

Run ap_pipe on this object’s dataset.

Parameters
workspacelsst.ap.verify.WorkspaceGen2

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
apPipeReturnlsst.pipe.base.Struct

The Struct returned from parseAndRun with doReturnResults=False. This object is valid even if ApPipeTask was never run.