From 57a1633ec5e5eba4c9d661c4b5eee08fd6aabdae Mon Sep 17 00:00:00 2001 From: sfop Date: Mon, 29 Aug 2016 19:09:52 +0200 Subject: [PATCH] Closedown --- config/plugins.properties | 2 +- script/Alignment/Gun_solenoid_alignment.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/plugins.properties b/config/plugins.properties index 87b041a..0aae8f9 100644 --- a/config/plugins.properties +++ b/config/plugins.properties @@ -1,5 +1,5 @@ Cameras.java=disabled LaserGunAlignment.java=enabled test2.java=disabled -GunSolenoidAlignment.java=disabled +GunSolenoidAlignment.java=enabled test.java=disabled diff --git a/script/Alignment/Gun_solenoid_alignment.py b/script/Alignment/Gun_solenoid_alignment.py index 971b3b4..32ad3f5 100755 --- a/script/Alignment/Gun_solenoid_alignment.py +++ b/script/Alignment/Gun_solenoid_alignment.py @@ -39,6 +39,8 @@ plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S') if (use_bpm): add_device(BpmStats("image_stats", "SINEG01-DBPM340"), True) + use_background = False + multiple_background = False else: latch = True if get_device("image_stats") is None: