run

lsst.validate.drp.validate.run(repo_or_json, metrics=None, outputPrefix=None, makePrint=True, makePlot=True, level='design', metrics_package='verify_metrics', **kwargs)

Main entrypoint from validateDrp.py.

Parameters:
repo_or_json : str

The repository. This is generally the directory on disk that contains the repository and mapper. This can also be the filepath for a JSON file that contains the cached output from a previous run.

makePrint : bool, optional

Print calculated quantities (to stdout).

makePlot : bool, optional

Create plots for metrics. Saved to current working directory.

level : str

Use <level> E.g., ‘design’, ‘minimum’, ‘stretch’.