Script execution
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user