computeMetrics¶
-
lsst.ap.verify.
computeMetrics
(workspace, dataIds, args)¶ Measure any metrics that apply to the final result of the AP pipeline, rather than to a particular processing stage.
Parameters: - workspace :
lsst.ap.verify.Workspace
The abstract location containing input and output repositories.
- dataIds :
lsst.pipe.base.DataIdContainer
The data IDs ap_pipe was run on. Each data ID must be complete.
- args :
argparse.Namespace
Command-line arguments, including arguments controlling output.
- workspace :