We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607159b commit afaae59Copy full SHA for afaae59
README.md
@@ -54,7 +54,7 @@ mt[‘stat’][0][‘npix’] # one example field, tells you how pixels ma
54
from scipy import io
55
56
probeLoc = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeLocations.mat')
57
-probeBorders = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeBorders.mat')
+probeBorders = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeBorders.mat', squeeze_me=True)
58
59
mouse_names = ['Krebs','Waksman','Robbins']
60
# start of spontaneous activity in each mouse (in seconds)
0 commit comments