WORKFLOWS: removed manual move to cold in rse2sa and from dh2sa
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user