Skip to content

Multi-kilosort kilosort chanmap #16

Description

@ryanharvey1

When multi-kilosort option iterates over shanks/probes, the previous chanMap from kilosort is used instead of generating a new one.

The first shank/probe will be correct, but subsequent chanMaps may be incorrect.

%% Creates a channel map file
if ~exist(fullfile(basepath,'chanMap.mat'),'file')
disp('Creating ChannelMapFile')
createChannelMapFile_KSW(basepath,basename,'staggered',rejectChannels);
else
disp('Loading ChannelMapFile')
load(fullfile(basepath,'chanMap.mat'));
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions