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 e4841ae commit aa6f45dCopy full SHA for aa6f45d
element_array_ephys/readers/kilosort.py
@@ -21,8 +21,6 @@ class Kilosort:
21
"similar_templates.npy",
22
"spike_templates.npy",
23
"spike_times.npy",
24
- "template_features.npy",
25
- "template_feature_ind.npy",
26
"templates.npy",
27
"templates_ind.npy",
28
"whitening_mat.npy",
@@ -35,6 +33,8 @@ class Kilosort:
35
33
"spike_times_sec_adj.npy",
36
34
"cluster_groups.csv",
37
"cluster_KSLabel.tsv",
+ "template_features.npy",
+ "template_feature_ind.npy",
38
]
39
40
kilosort_files = _kilosort_core_files + _kilosort_additional_files
0 commit comments