diff --git a/config/plugins.properties b/config/plugins.properties index 8ab33f7..976f381 100644 --- a/config/plugins.properties +++ b/config/plugins.properties @@ -1,4 +1,4 @@ LaserGunAlignment.java=disabled 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 afa1b63..84b3596 100755 --- a/script/Alignment/Gun_solenoid_alignment.py +++ b/script/Alignment/Gun_solenoid_alignment.py @@ -51,7 +51,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120", "SINEG01-MQUA310", "SINEG01-MQUA320" ] -switch_off_magnets(mag) +#switch_off_magnets(mag) # add here gun phase setting see wiki page @@ -59,7 +59,7 @@ def before_sample(): if multiple_background: camtool.captureBackground(number_backgrounds) laser_on() - camtool.update() + #camtool.update() def after_sample(): if multiple_background: