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,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 ----------------------