calix.common.cadc.CADCCalibOptions

class calix.common.cadc.CADCCalibOptions(calibrate_offsets: bool = True)

Bases: calix.common.base.CalibOptions

Further configuration parameters for the CADC calibration, that are not directly calibration targets.

Variables

calibrate_offsets – Decide whether the individual channel offsets are calibrated. For standard usecases, including neuron and correlation measurements, this should be enabled (default). Only in case the auto-calibrating correlation reset (cf. hal.CommonCorrelationConfig) is used, this should be disabled.

__init__(calibrate_offsets: bool = True)None

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

Methods

__init__([calibrate_offsets])

Initialize self.

Attributes

calibrate_offsets

calibrate_offsets: bool = True