Report¶
-
class
lsst.verify.report.
Report
(measurements, specs)[source]¶ Bases:
object
Report tabulating specification pass/fail status for a set of
lsst.verify.Measurement
s.Parameters: measurements :
lsst.verify.MeasurementSet
Measurements to be tested.
specs :
lsst.verify.SpecificationSet
Specifications to test measurements against. These specifications are assumed to be relevant to the measurements. Use
lsst.verify.SpecificationSet.subset
, passing in job metadata (lsst.verify.Job.meta
), to ensure this.Methods Summary
make_table
()Make an table summarizing specification tests of measurements. show
()Display the report in a Jupyter notebook. Methods Documentation
-
make_table
()[source]¶ Make an table summarizing specification tests of measurements.
Returns: table :
astropy.table.Table
Table with columns:
- Status
- Specification
- Measurement
- Test
- Metric Tags
- Spec. Tags
-