diff --git a/daq/src/aaredaq/daq.py b/daq/src/aaredaq/daq.py index e7ecdfe9..a67ecaa2 100644 --- a/daq/src/aaredaq/daq.py +++ b/daq/src/aaredaq/daq.py @@ -274,10 +274,10 @@ class AareDAQ: #self.__devs.tell.wait_mount_complete() - if self.__devs.tell.is_in_park(): - print(f"{time.ctime()} moving tell to cold") - self.__devs.tell.move_cold(wait=True) - time.sleep(30) + # if self.__devs.tell.is_in_park(): + # print(f"{time.ctime()} moving tell to cold") + # self.__devs.tell.move_cold(wait=True) + # time.sleep(30) # self.__devs.tell.check_enable_motion() print(f"{time.ctime()} moving tell to mount position")