correctionlib.highlevel.CorrectionSet
- class correctionlib.highlevel.CorrectionSet(data: Any)
High-level correction set evaluator object
This class can be initialized directly from a string or model with compatible schema version, or can be initialized via the
from_file
orfrom_string
factory methods. Corrections can be accessed via getitem syntax, e.g.cset["some correction"]
.- __init__(data: Any)
Methods
__init__
(data)from_file
(filename)from_string
(data)get
(k[,d])items
()keys
()values
()Attributes
compound
schema_version