This commit is contained in:
Oleg Petrov
2015-09-30 12:13:20 +00:00
parent 15277cf67e
commit 2b05ecd0b7
4 changed files with 13 additions and 11 deletions

View File

@@ -7,11 +7,11 @@ ADCSensitivity = 1 # voltage span for ADC
def experiment(): # drives four experiments in a row: saturation-recovery, solid echo, spin-alignment, and Zeeman-order
# experiment toggles:
satrec2_flag = True # saturation-recovery on/off
solidecho_flag = True # solid-echo on/off
spinal_flag = True # spin-alignment on/off
zeeman_flag = False # Zeeman-order on/off
# experiments on/off:
satrec2_flag = True # toggle for saturation-recovery
solidecho_flag = True # toggle for solid-echo
spinal_flag = True # toggle for spin-alignment
zeeman_flag = False # toggle for Zeeman-order
# ------------------ Saturation-recovery experiment settings ----------------------