This commit is contained in:
@@ -7,10 +7,10 @@ ADCSensitivity = 1 # voltage span for ADC
|
||||
|
||||
def experiment(): # drives three experiments in a row: saturation-recovery, stimulated echo, and Hanh echo
|
||||
|
||||
# experiments switches:
|
||||
satrec2_flag = True # saturation-recovery switch
|
||||
ste_flag = True # stimulated-echo switch
|
||||
hahn_flag = False # Hahn-echo switch
|
||||
# experiments on/off:
|
||||
satrec2_flag = True # toggle for saturation-recovery
|
||||
ste_flag = True # toggle for stimulated-echo
|
||||
hahn_flag = False # toggle for Hahn-echo
|
||||
|
||||
|
||||
# ------------------ Saturation-recovery experiment settings ----------------------
|
||||
|
Reference in New Issue
Block a user