3 Commits

Author SHA1 Message Date
dominik 9f718f71c7 Update 'Scripts/Zeeman_Order/zeeman_exp.py' 2023-03-31 17:04:50 +00:00
dominik d14a46bca9 Update 'Scripts/Zeeman_Order_Four_Pulses/zeeman4pulses_exp.py' 2023-03-31 17:02:56 +00:00
dominik 5a7d530f5e Update 'Scripts/Spin_Alignment_Four_Pulses/spinal4pulses_exp.py'
Da hat jemand Quatsch gemacht
2023-03-31 17:00:18 +00:00
3 changed files with 3 additions and 3 deletions
@@ -106,7 +106,7 @@ def spinal4pulses_experiment(pars, run):
# 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995)) # 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995))
pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse
pars['PH3'] = [90, 270, 90, 270, 180, 90, 180, 90] # 2nd (90-degree) pulse pars['PH3'] = [90, 270, 270, 90, 180, 90, 90, 180] # 2nd (90-degree) pulse
pars['PH4'] = [90] # 3rd (90-degree) pulse pars['PH4'] = [90] # 3rd (90-degree) pulse
pars['PH5'] = [90] * 8 + [270] * 8 pars['PH5'] = [90] * 8 + [270] * 8
pars['PH2'] = [90, 270] # receiver pars['PH2'] = [90, 270] # receiver
+1 -1
View File
@@ -103,7 +103,7 @@ def zeeman_experiment(pars, run):
# 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995)) # 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995))
pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse
pars['PH3'] = [0, 180, 0, 180, 90, 180, 90, 180] # 2nd (90-degree) pulse pars['PH3'] = [0, 180, 180, 0, 90, 270, 270, 90] # 2nd (90-degree) pulse
pars['PH4'] = [90] # 3rd (90-degree) pulse pars['PH4'] = [90] # 3rd (90-degree) pulse
pars['PH2'] = [90, 270] # receiver pars['PH2'] = [90, 270] # receiver
@@ -104,7 +104,7 @@ def zeeman4pulses_experiment(pars, run):
# ok 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995)) # ok 8-step phase cycle (Schaefer et al. J Magn Res A 115 (1995))
pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse pars['PH1'] = [0, 0, 180, 180, 90, 90, 270, 270] # 1st (90-degree) pulse
pars['PH3'] = [0, 180, 0, 180, 90, 180, 90, 270] # 2nd (90-degree) pulse pars['PH3'] = [0, 180, 180, 0, 90, 270, 270, 90] # 2nd (90-degree) pulse
pars['PH4'] = [0] # 3rd (90-degree) pulse pars['PH4'] = [0] # 3rd (90-degree) pulse
pars['PH5'] = [90] * 8 + [270] * 8 pars['PH5'] = [90] * 8 + [270] * 8
pars['PH2'] = [90, 270] # receiver pars['PH2'] = [90, 270] # receiver