Closedown
This commit is contained in:
@@ -21,7 +21,7 @@ ret = grab_frames(image, 10, sleep=0.1)
|
||||
av = average_ips(ret, None, True)
|
||||
print type(av.getProcessor())
|
||||
#db=av.getBufferedImage().getData().getDataBuffer()
|
||||
data = get_image_array(av)
|
||||
data = get_ip_array(av)
|
||||
plot(data)
|
||||
|
||||
save_image(av, "{images}/float.tif","tiff")
|
||||
|
||||
Reference in New Issue
Block a user