This commit is contained in:
@@ -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 ----------------------
|
||||
|
Reference in New Issue
Block a user