gondola.calibration#

Calibration related methods

Functions

load_rb_calibrations(cali_dir[, load_event_data])

Load all calibrations stored in a certain directory and return a dictionary rbid -> RBCalibration

gondola.calibration.load_rb_calibrations(cali_dir: Path, load_event_data=False)#

Load all calibrations stored in a certain directory and return a dictionary rbid -> RBCalibration

# Arguments:
  • cali_dir : Path with calibration files, one per RB

# Keyword Arguments:

  • load_event_dataif True, also load the associated events

    which went into the calculation of the calibration constants.