From a985b4f653aeefaadf35aa79a8e53c01b39ca07f Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Tue, 14 Jan 2025 11:36:10 +0100 Subject: [PATCH] Update src/spikeinterface/extractors/nwbextractors.py --- src/spikeinterface/extractors/nwbextractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/extractors/nwbextractors.py b/src/spikeinterface/extractors/nwbextractors.py index 1606e5d59d..2c3386f76c 100644 --- a/src/spikeinterface/extractors/nwbextractors.py +++ b/src/spikeinterface/extractors/nwbextractors.py @@ -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.