Merge branch 'fix/socket' of github.com:slsdetectorgroup/slsDetectorPackage into fix/socket
Build on RHEL9 docker image / build (push) Successful in 3m48s
Build on RHEL8 docker image / build (push) Successful in 5m38s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m35s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m5s

This commit is contained in:
Erik Fröjdh
2026-06-30 09:43:34 +02:00
2 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -7,7 +7,7 @@ import numpy as np
from PyQt5 import QtWidgets, QtGui, QtCore, uic
from aare import transform, ReadoutMode
from aare._aare import Matterhorn10, Matterhorn02, Moench04
from aare._aare import Matterhorn10, Matterhorn02, Moench04, Moench05
import pyqtgraph as pg
from pyctbgui.utils import recordOrApplyPedestal
@@ -529,6 +529,10 @@ class PlotTab(QtWidgets.QWidget):
self.mainWindow.nAnalogRows = Moench04.nRows
self.mainWindow.nAnalogCols = Moench04.nCols
self.mainWindow.decoder = transform.Moench04AnalogTransform()
elif self.view.comboBoxPlot.currentText() == "Moench05":
self.mainWindow.nAnalogRows = Moench05.nRows
self.mainWindow.nAnalogCols = Moench05.nCols
self.mainWindow.decoder = transform.Moench05Transform()
try:
if hasattr(self.mainWindow.decoder, "compatibility") and callable(getattr(self.mainWindow.decoder, "compatibility")):
+5
View File
@@ -424,6 +424,11 @@
<property name="text">
<string>Moench04</string>
</property>
</item>
<item>
<property name="text">
<string>Moench05</string>
</property>
</item>
<item>
<property name="text">