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_fileorfrom_stringfactory 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
compoundschema_version