This commit is contained in:
gac-S_Changer
2018-06-06 15:35:08 +02:00
parent e335e3e404
commit eddcf227c3
17 changed files with 714 additions and 359 deletions

View File

@@ -31,6 +31,11 @@ add_device(img.getCamera(), force = True)
run("motion/tools")
run("motion/mount")
run("motion/unmount")
run("motion/get_dewar")
run("motion/put_dewar")
run("motion/get_gonio")
run("motion/put_gonio")
run("motion/homing_hexiposi")
run("imgproc/Utils")
run("tools/Math")
@@ -56,8 +61,8 @@ try:
release_local_safety.write(False)
release_psys_safety.write(False)
except:
print >> sys.stderr, traceback.format_exc()
print >> sys.stderr, traceback.format_exc()
try:
hexiposi.polling=500
except:
@@ -103,6 +108,8 @@ except:
context = get_context()
cover_detection_debug = False
update()