diff --git a/script/RFscan/GunScan.py b/script/RFscan/GunScan.py index 5b6ee70..6840d39 100644 --- a/script/RFscan/GunScan.py +++ b/script/RFscan/GunScan.py @@ -47,8 +47,8 @@ else: phase.config.minValue = -180.0 phase.config.maxValue = 180.0 phase.config.precision = 3 -phase.config.resolution = 1.0 -phase.config.rotation = True +phase.config.resolution = 0.01 +phase.config.rotation = False phase.config.save() phase.initialize() phase0 = phase.read()