DetailedRunReport¶
- class lsst.ctrl.bps.DetailedRunReport(fields)¶
Bases:
BaseRunReport
A detailed run report.
Methods Summary
add
(run_report[, use_global_id])Add a single run info to the report.
Methods Documentation
- add(run_report, use_global_id=False)¶
Add a single run info to the report.
- Parameters:
- run_report
lsst.ctrl.bps.WmsRunReport
Information for single run.
- use_global_id
bool
, optional If set, use global run id. Defaults to False which means that the local id will be used instead.
Only applicable in the context of a WMS using distributed job queues (e.g., HTCondor).
- run_report