From de9bc347f37bfcd6c45ec68da17f012f70988fe9 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Fri, 20 Jan 2017 12:30:30 +0100 Subject: [PATCH] Closedown --- script/RFscan/phase_scan_caqtdm_sim.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/RFscan/phase_scan_caqtdm_sim.py b/script/RFscan/phase_scan_caqtdm_sim.py index 54aab31..d48c18b 100644 --- a/script/RFscan/phase_scan_caqtdm_sim.py +++ b/script/RFscan/phase_scan_caqtdm_sim.py @@ -84,9 +84,9 @@ phase_offset = 90 - phase_fit_max amplitude_scale = energy_gain / Ampl power_scale = Power / math.pow(Ampl,2) -caput(station + "-RSYS:CALC-VSUM-PHASE-OFFSET", phase_offset) -caput(station + "-RSYS:CALC-VSUM-AMPLT-SCALE" , amplitude_scale) -caput(station + "-RSYS:CALC-VOLT-POWER-SCALE" , power_scale) +caput(station + "-RSYS:SET-VSUM-PHASE-OFFSET-BASE", phase_offset) +caput(station + "-RSYS:SET-VSUM-AMPLT-SCALE", amplitude_scale) +caput(station + "-RSYS:SET-VOLT-POWER-SCALE", power_scale) #title="Phase scan "+str(station) #message=("Energy Gain: %0.3f" % energy_gain + "MeV\n" +