diff --git a/script/Extreme.py b/script/Extreme.py index f98657d..4d44b73 100644 --- a/script/Extreme.py +++ b/script/Extreme.py @@ -38,10 +38,10 @@ for r in RANGES: setpoints = setpoints + frange(r[0], r[1], r[2], True) # plot properties -set_preference(Preference.ENABLED_PLOTS, ['field', 'tey_norm', 'trans_norm']) -set_preference(Preference.PLOT_TYPES, {'tey_norm':1, 'trans_norm':1}) +set_preference(Preference.ENABLED_PLOTS, ['field', 'tey_norm']) +set_preference(Preference.PLOT_TYPES, {'tey_norm':1}) -scan = ManualScan(['Mag. field', 'Energy'], ['TEY', 'I0', 'polarization', 'temperature', 'RingCurrent', 'tey_norm'] , [min(setpoints), min(ENERGIES)], [max(setpoints), max(ENERGIES)], [len(setpoints)-1, len(ENERGIES)-1]) +scan = ManualScan(['field', 'Energy'], ['TEY', 'I0', 'polarization', 'temperature', 'RingCurrent', 'tey_norm'] , [min(setpoints), min(ENERGIES)], [max(setpoints), max(ENERGIES)], [len(setpoints)-1, len(ENERGIES)-1]) scan.start() # Main loop