Closedown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon Apr 03 14:30:56 CEST 2023
|
||||
#Mon Apr 03 14:44:14 CEST 2023
|
||||
spatialCalOffsetY=NaN
|
||||
spatialCalOffsetX=NaN
|
||||
colormapLogarithmic=false
|
||||
|
||||
@@ -97,7 +97,7 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType):
|
||||
self.message_count=self.message_count+1
|
||||
self.devArray.set(self.data)
|
||||
if self.message_count % self.devMatrix.modulo == 0:
|
||||
if self.shape: self.shape=(self.shape[1],self.shape[0]) #TODO: FIXME
|
||||
#if self.shape: self.shape=(self.shape[1],self.shape[0]) #TODO: FIXME
|
||||
self.devMatrix.set(self.data, self.shape)
|
||||
continue
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user