Report¶
-
class
lsst.verify.report.Report(measurements, specs)[source]¶ Bases:
objectReport tabulating specification pass/fail status for a set of
lsst.verify.Measurements.Parameters: measurements :
lsst.verify.MeasurementSetMeasurements to be tested.
specs :
lsst.verify.SpecificationSetSpecifications 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.TableTable with columns:
- Status
- Specification
- Measurement
- Test
- Metric Tags
- Spec. Tags
-