Skip to content

Commit 9cd6981

Browse files
committed
sync incomplete time series
1 parent 0da1808 commit 9cd6981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlaselectrophysiology/extract_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def ks2_to_alf(ks_path, bin_path, out_path, bin_file=None, ampfactor=1, label=No
113113
:return:
114114
"""
115115
m = ephysqc.phy_model_from_ks2_path(ks2_path=ks_path, bin_path=bin_path, bin_file=bin_file)
116-
ephysqc.unit_metrics_ks2(ks_path, m, save=True)
116+
ephysqc.spike_sorting_metrics_ks2(ks_path, m, save=True)
117117
ac = alf.EphysAlfCreator(m)
118118
ac.convert(out_path, label=label, force=force, ampfactor=ampfactor)
119119

0 commit comments

Comments
 (0)