Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing build_tensor and warp_tensor in warping.py #388

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ Analysis modules
spectrum
tuning_curves
wavelets
warping


5 changes: 5 additions & 0 deletions doc/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ Wavelet decomposion <user_guide/11_wavelets>
```{toctree}
Filtering time series <user_guide/12_filtering>
```

```{toctree}
Building trial-based tensor <user_guide/13_warping>
```

:::

6 changes: 5 additions & 1 deletion doc/user_guide/01_introduction_to_pynapple.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,8 @@ Tuning curves of neurons based on spiking or calcium activity can be computed.

**[Wavelets](11_wavelets)**

The wavelets module performs Morlet wavelets decomposition of a time series.
The wavelets module performs Morlet wavelets decomposition of a time series.

**[Warping](13_warping)**

This module allows to build trial-based tensor and time warped trial-based tensor
Loading
Loading