You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workshops are regularly organized by the [center for Computational Neuroscience ](https://www.simonsfoundation.org/flatiron/center-for-computational-neuroscience/) of the Flatiron institute
26
+
to teach pynapple & [NeMos](https://nemos.readthedocs.io/en/latest/) to new users.
27
+
28
+
**The next workshop will take place in New York City on February 2 - 5, 2026. Register [here](https://www.simonsfoundation.org/event/flatiron-ccn-neural-data-analysis-workshop/).**
Copy file name to clipboardExpand all lines: doc/user_guide/07_decoding.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@ Input to both decoding functions always includes:
32
32
-`tuning_curves`, computed using [`compute_tuning_curves`](pynapple.process.tuning_curves.compute_tuning_curves).
33
33
-`data`, neural activity as a `TsGroup` (spikes) or `TsdFrame` (smoothed counts or calcium activity or any other time series).
34
34
-`epochs`, to restrict decoding to certain intervals.
35
-
-`smoothing`, type of smoothing to apply to `data`, defaults to `None`, indicating no smoothing, but can be `gaussian` or `uniform`.
36
-
-`smoothing_window`, smoothing window to use if `smoothing` is provided.
35
+
-`sliding_window_size`, uniform convolution window size (in number of bins) to smooth spike counts, only used if a `TsGroup` is passed (default is `None`, for no smoothing). This is equivalent to using a sliding window with overlapping bins.
37
36
-`bin_size`, the size of the bins in which to count timestamps when data is a `TsGroup` object.
38
37
-`time_units`, the units of `bin_size`, defaulting to seconds.
39
38
@@ -84,7 +83,7 @@ First, we compute the tuning curves:
0 commit comments