Script execution
This commit is contained in:
@@ -61,6 +61,7 @@ class Image(DeviceBase, Readable):
|
||||
self.intensity = ImageIntensity(self)
|
||||
self.matrix = ImageMatrix(self)
|
||||
self.corrected_intensity = ImageCorrectedIntensity(self)
|
||||
print "CONSTRUCTOR"
|
||||
self.last_filename = None
|
||||
self.last_image = None
|
||||
#self.current_reading = None
|
||||
|
||||
Reference in New Issue
Block a user