Closedown
This commit is contained in:
@@ -74,7 +74,7 @@ def integrate_frames(source, samples=1, roi=None, wait_next=False, sleep=0, as_f
|
||||
# Image manipulation
|
||||
###############################################################################
|
||||
|
||||
def get_image_array(ip):
|
||||
def get_ip_array(ip):
|
||||
if type(ip.getProcessor()) == ij.process.FloatProcessor:
|
||||
return ip.getProcessor().getFloatArray()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user