SchofielScan

This commit is contained in:
x03daop
2016-08-05 11:48:43 +02:00
parent 1b33f13162
commit c63030d91c

View File

@@ -8,9 +8,13 @@ MODE ('fixed' or 'swept')
TYPE ('CIS' or 'CFS')
STEP (double)
"""
VECTOR = [ 630.0, 634.0]
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]]
class SpectrumReader(ReadonlyRegisterBase, ReadonlyRegisterArray):
def doRead(self):
@@ -25,9 +29,6 @@ class SpectrumReader(ReadonlyRegisterBase, ReadonlyRegisterArray):
return len(Scienta.getSpectrumX())
energy_scale_array = []
initial_energy_range = [[88.0, 94.0, 0.1],
[94.0, 98.0, 0.05] ,
[98.0, 108.0, 0.5]]
class SpectrumReader1(SpectrumReader):
def setup(self):