Skip to content

Commit

Permalink
Update rezToPhy.m
Browse files Browse the repository at this point in the history
bug fix, issue MouseLand#256
  • Loading branch information
marius10p authored Nov 3, 2020
1 parent 0a2d9f2 commit 83dbfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rezToPhy.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function rezToPhy(rez, savePath)
writeNPY(templatesInds, fullfile(savePath, 'templates_ind.npy'));

chanMap0ind = int32(chanMap0ind);
chanMap0ind = int32([1:rez.ops.Nchan]-1);
%chanMap0ind = int32([1:rez.ops.Nchan]-1);
writeNPY(chanMap0ind, fullfile(savePath, 'channel_map.npy'));
writeNPY([xcoords ycoords], fullfile(savePath, 'channel_positions.npy'));

Expand Down

0 comments on commit 83dbfa5

Please sign in to comment.