25 lines
619 B
Python
25 lines
619 B
Python
#####################
|
|
## INPUT PARAMETERS##
|
|
POS_START = 8.0
|
|
POS_END = 28.0
|
|
POS_STEP = 1.0
|
|
|
|
#ENERGIES = [639,632]
|
|
#ENERGIES = [458.5,463.5]
|
|
#ENERGIES = [397.7,392] # Pc
|
|
ENERGIES = [700.0,708.0] # STO
|
|
|
|
#####################
|
|
|
|
|
|
#caput("X07MA-OP-VG13:WT_SET",1)
|
|
#time.sleep(0.1)
|
|
|
|
sensors = [tey_norm, signal_tey, signal_i0, trans_norm, sample_hor, energy_readback]
|
|
sensors_name = ['tey_norm', 'signal_tey', 'signal_i0', 'trans_norm', 'sample_hor', 'energy_readback']
|
|
|
|
|
|
|
|
#Setting a different color for each pass: must manage plots manually
|
|
plots = plot([None]*len(sensors), name = [d for d in sensors_name])
|
|
print sensors |