Skip to content

Commit 1c39568

Browse files
author
Thinh Nguyen
committed
for pykilosort's probe, provide both Nchan and NchanTOT
1 parent 142459d commit 1c39568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

element_array_ephys/readers/kilosort_triggering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ def run_pykilosort(continuous_file, kilosort_output_directory, params,
404404

405405
probe = pykilosort.Bunch()
406406
channel_count = len(channel_ind)
407+
probe.Nchan = channel_count
407408
probe.NchanTOT = channel_count
408409
probe.chanMap = np.arange(0, channel_count, dtype='int')
409410
probe.xc = x_coords

0 commit comments

Comments
 (0)