BaseRunReport

class lsst.ctrl.bps.BaseRunReport(fields)

Bases: abc.ABC

The base class representing a run report.

Parameters:
fields : list [ tuple [ str, str]]

The list of column specification, fields, to include in the report. Each field has a name and a type.