Skip to content

Commit b59bcf1

Browse files
committed
update drift names pykilosort for ALF compliance
1 parent 1102090 commit b59bcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phylib/io/alf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
('_phy_spikes_subset.channels.npy', '_phy_spikes_subset.channels.npy', False),
4343
('_phy_spikes_subset.spikes.npy', '_phy_spikes_subset.spikes.npy', False),
4444
('_phy_spikes_subset.waveforms.npy', '_phy_spikes_subset.waveforms.npy', False),
45-
('drift.depth_scale.npy', 'drift.depth_scale.npy', False),
46-
('drift.time_scale.npy', 'drift.time_scale.npy', False),
45+
('drift_depths.um.npy', 'drift_depths.um.npy', False),
46+
('drift.times.npy', 'drift.times.npy', False),
4747
('drift.um.npy', 'drift.um.npy', False),
4848
# ('cluster_group.tsv', 'ks2/clusters.phyAnnotation.tsv', False), # todo check indexing, add2QC
4949
]

0 commit comments

Comments
 (0)