This commit is contained in:
gobbo_a
2025-01-14 16:18:27 +01:00
parent 8beeb7dbc7
commit 7a0da7c48c
80 changed files with 1697 additions and 589 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ChannelDouble as ChannelDouble
A1 = ChannelDouble("x", "SARUN13-DBPM070:X-REF-FB")
A2 = ChannelDouble("y", "SARUN13-DBPM070:Y-REF-FB")
camera_name = "SARBD01-DSCR110"
cam_server.start(camera_name+"_sp1", True) #True for shared pipeline
cam_server.start(camera_name+"_sp", True) #True for shared pipeline
wait_cam_server_message()
S1 = cam_server.stream.getChild("intensity")
+1 -1
View File
@@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ChannelDouble as ChannelDouble
A1 = ChannelDouble("x", "SARUN13-DBPM070:X-REF-FB")
A2 = ChannelDouble("y", "SARUN13-DBPM070:Y-REF-FB")
camera_name = "SARBD01-DSCR110"
cam_server.start(camera_name+"_sp1", True) #True for shared pipeline
cam_server.start(camera_name+"_sp", True) #True for shared pipeline
wait_cam_server_message()
S1 = cam_server.stream.getChild("intensity")
A1.initialize()