calix.common.base.CalibOptions

class calix.common.base.CalibOptions

Bases: abc.ABC

Data structure for collecting other configuration parameters for higher-level calibration functions.

These options are not targets in the sense that they are more technical parameters. They may still affect the result, though.

The available choices (ranges) will be clear from the expected data types. For example, boolean switches can allow to perform the calibration differently, or a priority setting can be applied to some targets, at the cost of accuracy at other targets.

__init__()None

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.