Closedown
This commit is contained in:
@@ -7,7 +7,7 @@ LATENCY (double)
|
||||
"""
|
||||
|
||||
adjust_sensors()
|
||||
#set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
|
||||
#set_preference(Preference.PLOT_TYPES,{'ImageEnergyDistribution':1})
|
||||
|
||||
if len(VECTOR[0]) == 2:
|
||||
#FIXED
|
||||
|
||||
@@ -42,7 +42,7 @@ def integrate_image(vertical = True):
|
||||
return integration
|
||||
|
||||
|
||||
class ImageIntegrator(ReadableCalibratedArray):
|
||||
class ImageEnergyDistribution(ReadableCalibratedArray):
|
||||
def getSize(self):
|
||||
(width,height) = Scienta.getImageSize().tolist()
|
||||
return width
|
||||
@@ -54,7 +54,7 @@ class ImageIntegrator(ReadableCalibratedArray):
|
||||
c=Scienta.readImageDescriptor().calibration
|
||||
return ArrayCalibration(c.scaleX, c.offsetX)
|
||||
|
||||
Integration = ImageIntegrator()
|
||||
EnergyDistribution = ImageEnergyDistribution()
|
||||
|
||||
|
||||
class ImageAngleDistribution(ReadableCalibratedArray):
|
||||
|
||||
Reference in New Issue
Block a user