WORKFLOWS: removed manual move to cold in rse2sa and from dh2sa

This commit is contained in:
2025-10-21 12:37:46 +02:00
parent a58f1c5d80
commit 5334d6c2c3
+2 -2
View File
@@ -172,8 +172,8 @@ def se2sa(devs: BeamlineDevices, cfg: BeamlineConfig):
def rse2sa(devs: BeamlineDevices, cfg: BeamlineConfig):
if devs.tell.is_in_park():
print(time.ctime(), " moving TELL to COLD")
devs.tell.move_cold(wait=True)
#logger.info("moving TELL to COLD")
# devs.tell.move_cold(wait=True)
start_time = time.time()
logger.info(f"starting se 2 sa {start_time}")
se2sa(devs, cfg)