Compare commits
	
		
			3 Commits
		
	
	
		
			main
			...
			ste_phasec
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 9f718f71c7 | |||
| d14a46bca9 | |||
| 5a7d530f5e | 
| @@ -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 | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user