Online monitor seems to be broken. I managed to get it to work on Python 3.11 with the following changes: [switch to QT6]( https://github.com/SiLab-Bonn/tj-monopix2-daq/blob/development/tjmonopix2/online_monitor/tjmonopix2_recv.py#L4) For multichip aidamode ptdc: [`ptdc_tdl_lut=np.array([0] -> ptdc_tdl_lut=np.array([0.]`](https://github.com/SiLab-Bonn/tj-monopix2-daq/blob/multichip_aidamode_ptdc/tjmonopix2/analysis/interpreter.py#L112C73-L112C98) [`self.rx_id = self.config.get('rx_id', 'rx0') -> self.rx_id = self.config.get('rx_id', 0)`](https://github.com/SiLab-Bonn/tj-monopix2-daq/blob/multichip_aidamode_ptdc/tjmonopix2/online_monitor/tjmonopix2_inter.py#L26C9-L26C53)
Online monitor seems to be broken. I managed to get it to work on Python 3.11 with the following changes:
switch to QT6
For multichip aidamode ptdc:
ptdc_tdl_lut=np.array([0] -> ptdc_tdl_lut=np.array([0.]self.rx_id = self.config.get('rx_id', 'rx0') -> self.rx_id = self.config.get('rx_id', 0)