wip gui adjustments
CI for csaxs_bec / test (push) Failing after 1m18s
CI for csaxs_bec / test (pull_request) Failing after 1m18s

This commit is contained in:
x01dc
2025-10-22 13:33:17 +02:00
parent 9f1694e804
commit 03a1d92c63
@@ -22,6 +22,7 @@ DEVICE_VERTICAL = "samy"
CAMERA = ("cam_flomni_overview","preview")
PIXEL_CALIBRATION = 0.1 / 113 # .2 with binning #TODO needed here or not?
class XRayEye(BECWidget, QWidget):
USER_ACCESS = ["active_roi","enable_live_view", "enable_live_view.setter", "user_message", "user_message.setter","sample_name", "sample_name.setter", "enable_move_buttons", "enable_move_buttons.setter"]
PLUGIN = True
@@ -44,6 +45,7 @@ class XRayEye(BECWidget, QWidget):
self.image = Image(parent=self)
self.image.enable_toolbar = False # Disable default toolbar to not allow to user set anything
self.image.inner_axes = False # Disable inner axes to maximize image area
self.image.plot_item.vb.invertY(True) # Invert y axis to match logic of LabView GUI
# Control panel on the right: vertical layout inside a fixed-width widget
self.control_panel = QWidget(parent=self)