Skip to content

Commit 600a23c

Browse files
committed
add drift datasets to registration
1 parent cee4a7d commit 600a23c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ibllib/ephys/spikes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _sr(ap_file):
140140
np.save(st_file, interp_times)
141141
# get the list of output files
142142
out_files.extend([f for f in out_path.glob("*.*") if
143-
f.name.startswith(('channels.', 'clusters.', 'spikes.', 'templates.',
143+
f.name.startswith(('channels.', 'drift', 'clusters.', 'spikes.', 'templates.',
144144
'_kilosort_', '_phy_spikes_subset'))])
145145
return out_files, 0
146146

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release Notes 2.1
2+
### Release Notes 2.1.0
3+
- destriping as pykilosort internal pre-processing
4+
- NP2 probe framework for splitting shanks and LFP band
15
## Release Notes 2.0.0
26
### Release Notes 2.0.1 2021-08-07
37
- pykilosort error handling

0 commit comments

Comments
 (0)