Script execution
This commit is contained in:
@@ -35,7 +35,7 @@ class ImageCorrectedIntensity(DeviceBase, Readable):
|
||||
|
||||
class ImageMatrix(ReadonlyRegisterBase, ReadonlyRegisterMatrix):
|
||||
def __init__(self, image):
|
||||
DeviceBase.__init__(self, image.name + "Matrix")
|
||||
DeviceBase.__init__(self, "Matrix")
|
||||
self.setParent(image)
|
||||
|
||||
def doRead(self):
|
||||
|
||||
Reference in New Issue
Block a user