Skip to content

Commit afaae59

Browse files
Update README.md
1 parent 607159b commit afaae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ mt[‘stat’][0][‘npix’] # one example field, tells you how pixels ma
5454
from scipy import io
5555
5656
probeLoc = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeLocations.mat')
57-
probeBorders = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeBorders.mat')
57+
probeBorders = io.loadmat('/home/carsen/dm11/data/Spikes/eightprobes/probeBorders.mat', squeeze_me=True)
5858
5959
mouse_names = ['Krebs','Waksman','Robbins']
6060
# start of spontaneous activity in each mouse (in seconds)

0 commit comments

Comments
 (0)