-
Notifications
You must be signed in to change notification settings - Fork 7
Klusters interface
James Jun edited this page Jul 1, 2019
·
3 revisions
- To create a new parameter from the Neurosuite's XML format, run
irc makeprm myparams.xml chanMap.mat
- Make sure that there exists either
.dat
or.bin
file with the samebase name
- e.g.
myparams.dat
formyparams.xml
- e.g.
-
myparams.xml
is the Neurosuite XML file format. -
chanMap.mat
is the KiloSort-compatible probe definition file in Matlab format. It should containxcoords
,ycoords
,kcoords
for each site (x coordinates, y coordinates, shank number).
- A new parameter file
myparams.prm
is created in the directory containingmyparams.xml
. - A new probe file
chanMap.prb
is created in the directory containingchanMap.mat
.
- To run an automated sorting, run
irc spikesort myparams.prm
.- For longer recordings with minimal probe drift, you may wish to increase the batch length parameter.
- Default batch length:
batch_sec_drift = 300
(in seconds).
- Run
irc export-klusters myparams.prm
- It will create
clu, res, fet, spk, par
files for each shank - All output files are stored in the
klusters
directory under the main direcotry containingmyparams.prm
- It will create