update illumination-IP, change sleep-time for CTA

This commit is contained in:
Appleby Martin Vears
2024-12-11 15:23:23 +01:00
parent 5d4808e6a1
commit df88bec23c
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ class CTAAcquisition(SFAcquisition):
try:
self.cta.stop()
self.cta.start()
sleep(0.1) ###?
sleep(10) ###?
time_start = time()
start_pid = self.cta.get_start_pid()
print("CTA start pid:", start_pid)