Closedown
This commit is contained in:
@@ -85,14 +85,12 @@ class ImageAngleDistribution(ReadableCalibratedArray):
|
||||
AngleDistribution = ImageAngleDistribution()
|
||||
|
||||
class ImageCounts(Readable):
|
||||
def __init__(self):
|
||||
self.x = 0.0
|
||||
|
||||
def read(self):
|
||||
data = Scienta.dataArray.read()
|
||||
counts = sum(data)
|
||||
return counts
|
||||
|
||||
Counts = ImageCounts()
|
||||
|
||||
def init_scienta():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user