Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Jan 23, 2024
1 parent ddb1d51 commit 08ffeef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/spikeinterface/generation/drift_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@ def get_templates_from_recording(recording, num_templates=None, output_folder=No
----------
num_templates: int
The number of templates that should be kept
output_folder: Path
The temporary folder where data are stored (None implies tmp folder is used)
remove_existing_folder: Path
Wheter or not the temporary folder should be overwritten (default True)
delete_output_folder: Path
Wheter or not the temporary folder should be deleted at the end (default True)
verbose: bool
**sorter_params: keyword arguments for `spyking_circus2` function
Expand Down

0 comments on commit 08ffeef

Please sign in to comment.