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.
2 parents e4841ae + 19ae04f commit 297e261Copy full SHA for 297e261
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
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
3
-__version__ = "0.4.3"
+__version__ = "0.4.4"
0 commit comments