In [1]:
%run ../common.ipynb
img = imread('hyd-stopp.tif')


Populating the interactive namespace from numpy and matplotlib

In [2]:
for image in img:
    histshow(image)
    gimshow(image)