runApPipeGen2¶
- lsst.ap.verify.runApPipeGen2(workspace, parsedCmdLine, processes=1)¶
Run
ap_pipeon this object’s dataset.- Parameters:
- workspace
lsst.ap.verify.workspace.WorkspaceGen2 The abstract location containing input and output repositories.
- parsedCmdLine
argparse.Namespace Command-line arguments, including all arguments supported by
ApPipeParser.- processes
int The number of processes with which to call the AP pipeline
- workspace
- Returns:
- apPipeReturn
lsst.pipe.base.Struct The
Structreturned fromparseAndRunwithdoReturnResults=False. This object is valid even ifApPipeTaskwas never run.
- apPipeReturn