Script execution

This commit is contained in:
x03daop
2016-08-05 11:53:02 +02:00
parent c63030d91c
commit c6c121cefb

View File

@@ -10,10 +10,13 @@ STEP (double)
"""
LATENCY = 0.0
VECTOR = [ 630.0, 634.0]
initial_energy_range = [[88.0, 94.0, 0.1],
[94.0, 98.0, 0.05] ,
[98.0, 108.0, 0.5]]
VECTOR = [ 630.0]
#for nn in range(63):
# VECTOR.append(VECTOR[-1]+4)
initial_energy_range = [[87.5, 91.4, 0.1],
[91.5, 95.45, 0.05] ,
[95.0, 105.0, 0.5]]
class SpectrumReader(ReadonlyRegisterBase, ReadonlyRegisterArray):