spleaf.term.CalibrationError#

class spleaf.term.CalibrationError(calib_id, sig)#

Correlated calibration error.

The calibration error is shared by blocks of measurements using the same calibration.

Parameters:
calib_id(n,) ndarray

Identifier of the calibration used for each measurement.

sig(n,) ndarray

Calibration error for each measurement (std). Measurements having the same calib_id should have the same sig.