From 64b7089ed44f568c6bcc656d12d08c63fc005bf5 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Wed, 22 Apr 2026 16:09:12 +0200 Subject: [PATCH] GUI: todo note - if we use zmq and pred stream form same source can we combine instead of having two image streams? --- src/aare/gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aare/gui/gui.py b/src/aare/gui/gui.py index 712380ef..14a30b7b 100644 --- a/src/aare/gui/gui.py +++ b/src/aare/gui/gui.py @@ -26,7 +26,7 @@ if __name__ == "__main__": parser.setApplicationDescription("PSI AareGUI") parser.addHelpOption() # Adds --help option parser.addVersionOption() # Adds --version option - + #TODO if zmq and pred stream come from same source, do not need images from both streams, can combine match mx_beamline(): case MXBeamline.X06DA: default_url = "http://mx-x06da-queue-01.psi.ch:5210"