run¶
- lsst.validate.drp.validate.run(repo_or_json, outputPrefix=None, makePrint=True, makePlot=True, level='design', metrics_package='verify_metrics', **kwargs)¶
- Main entrypoint from - validateDrp.py.- Parameters:
- repo_or_jsonstr
- 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. 
- makePrintbool, optional
- Print calculated quantities (to stdout). 
- makePlotbool, optional
- Create plots for metrics. Saved to current working directory. 
- levelstr
- Use <level> E.g., ‘design’, ‘minimum’, ‘stretch’. 
 
- repo_or_json