Script execution
This commit is contained in:
@@ -139,8 +139,8 @@ class Image(DeviceBase, Readable):
|
||||
if threshold4 is not None:
|
||||
self.threshold4 = threshold4
|
||||
|
||||
def init_threshold():
|
||||
self.threshold1, tself.threshold2, self.threshold3, self.threshold4 = self.pixel.threshold1, self.pixel.threshold2, self.pixel.threshold3, self.pixel.threshold4
|
||||
def init_threshold(self):
|
||||
self.threshold1, self.threshold2, self.threshold3, self.threshold4 = self.pixel.threshold1, self.pixel.threshold2, self.pixel.threshold3, self.pixel.threshold4
|
||||
|
||||
|
||||
class ReadableImage(ReadableMatrix):
|
||||
|
||||
Reference in New Issue
Block a user