Skip to content

Commit

Permalink
Update src/spikeinterface/extractors/nwbextractors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Jan 14, 2025
1 parent e0e8859 commit a985b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/extractors/nwbextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ class NwbTimeSeriesExtractor(BaseRecording, _BaseNWBExtractor):
If True, the time vector is loaded into the recording object. Useful when
precise timing information is needed.
samples_for_rate_estimation : int, default: 1000
The number of timestamp samples used for estimating the sampling rate when
The number of timestamps used for estimating the sampling rate when
timestamps are used instead of a fixed rate.
stream_mode : Literal["fsspec", "remfile", "zarr"] | None, default: None
Determines the streaming mode for reading the file.
Expand Down

0 comments on commit a985b4f

Please sign in to comment.