Skip to content

Commit

Permalink
Merge branch 'main' into shm_templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yger authored Jan 14, 2025
2 parents 8b6e614 + dee9f99 commit 4a099e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: 2

sphinx:
# Path to your Sphinx configuration file.
configuration: doc/conf.py

build:
os: ubuntu-22.04
tools:
Expand Down
4 changes: 2 additions & 2 deletions src/spikeinterface/sorters/external/kilosort4.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Kilosort4Sorter(BaseSorter):
"do_correction": True,
"keep_good_only": False,
"skip_kilosort_preprocessing": False,
"use_binary_file": None,
"use_binary_file": True,
"delete_recording_dat": True,
}

Expand Down Expand Up @@ -116,7 +116,7 @@ class Kilosort4Sorter(BaseSorter):
"keep_good_only": "If True, only the units labeled as 'good' by Kilosort are returned in the output. (spikeinterface parameter)",
"use_binary_file": "If True then Kilosort is run using a binary file. In this case, if the input recording is not binary compatible, it is written to a binary file in the output folder. "
"If False then Kilosort is run on the recording object directly using the RecordingExtractorAsArray object. If None, then if the recording is binary compatible, the sorter will use the binary file, otherwise the RecordingExtractorAsArray. "
"Default is None. (spikeinterface parameter)",
"Default is True. (spikeinterface parameter)",
"delete_recording_dat": "If True, if a temporary binary file is created, it is deleted after the sorting is done. Default is True. (spikeinterface parameter)",
}

Expand Down

0 comments on commit 4a099e5

Please sign in to comment.