In [1]:
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
In [2]:
cd /Users/chris/Dropbox (labstuff)/PycharmProjects_ephys/DmdLib/pat_selector
In [6]:
a = np.load('savemask.bin')
In [7]:
a.shape
Out[7]:
In [8]:
plt.imshow(a)
Out[8]:
In [ ]: