diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index ae646ab..0f6ffee 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable import ch.psi.pshell.epics.Camtool as Camtool if get_exec_pars().source == CommandSource.ui: - start = 180.0 + start = -180.0 stop = 180.0 step = 5.0 nb = 5 @@ -28,7 +28,7 @@ phase.initialize() #Testing if camtool server is up: #camtool.getCameras() -#kill_camtool() +# check_camtool() camtool.start("SINBD01-DSCR010")