Skip to content

Commit

Permalink
Update src/spikeinterface/extractors/cbin_ibl.py
Browse files Browse the repository at this point in the history
Co-authored-by: Heberto Mayorquin <[email protected]>
  • Loading branch information
alejoe91 and h-mayorquin authored Nov 19, 2024
1 parent 471ce72 commit 1e53a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/extractors/cbin_ibl.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CompressedBinaryIblExtractor(BaseRecording):
stream_name : {"ap", "lp"}, default: "ap".
Whether to load AP or LFP band, one
of "ap" or "lp".
cbin_file_path : str or None, default None
cbin_file_path : str, Path or None, default None
The cbin file of the recording. If None, searches in `folder_path` for file.
cbin_file : str or None, default None
(deprecated) The cbin file of the recording. If None, searches in `folder_path` for file.
Expand Down

0 comments on commit 1e53a5e

Please sign in to comment.