better phase cycles for STE (3+4 pulse)
This commit is contained in:
@ -103,11 +103,11 @@ def spinal_experiment(pars, run):
|
||||
|
||||
pars['PROG'] = 'spinal_experiment'
|
||||
|
||||
# 8-step phase cycle (1-14 modifided to deal with T1-recovery and extended for Re/Im imbalance)
|
||||
pars['PH1'] = [0, 270, 0, 270, 180, 90, 180, 90] # 1st (90-degree) pulse
|
||||
pars['PH3'] = [90, 180, 90, 180, 90, 180, 90, 180] # 2nd (90-degree) pulse
|
||||
pars['PH4'] = [90, 90, 270, 270, 0, 0, 180, 180] # 3rd (90-degree) pulse
|
||||
pars['PH2'] = [0, 180, 180, 0, 90, 270, 270, 90] # receiver
|
||||
# 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['PH3'] = [90, 270, 90, 270, 180, 90, 180, 90] # 2nd (90-degree) pulse
|
||||
pars['PH4'] = [90] # 3rd (90-degree) pulse
|
||||
pars['PH2'] = [90, 270] # receiver
|
||||
|
||||
# read in variables:
|
||||
P90 = pars['P90']
|
||||
|
Reference in New Issue
Block a user