Skip to content

Commit

Permalink
Generated documentation for workshops/jan-2025/branch/main
Browse files Browse the repository at this point in the history
jenkins-neurorse-ccn-software-jan-2025-main-51
  • Loading branch information
flatiron-jenkins committed Jan 29, 2025
1 parent 7ff5415 commit 0384575
Show file tree
Hide file tree
Showing 42 changed files with 1,766 additions and 1,766 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ place_fields = nap.compute_1d_tuning_curves(spikes, position, nb_bins=50)

<div class="render-all">

Let's decode position during `ex_run_ep` using 50 ms time bins.
Let's decode position during `ex_run_ep` using 40 ms time bins.

</div>

Expand All @@ -1240,7 +1240,7 @@ decoded_position, decoded_prob =
</div>

```{code-cell} ipython3
decoded_position, decoded_prob = nap.decode_1d(place_fields, spikes, ex_run_ep, 0.05)
decoded_position, decoded_prob = nap.decode_1d(place_fields, spikes, ex_run_ep, 0.04)
```

<div class="render-all">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -851,11 +851,11 @@ place_fields = nap.compute_1d_tuning_curves(spikes, position, nb_bins=50)



Let's decode position during `ex_run_ep` using 50 ms time bins.
Let's decode position during `ex_run_ep` using 40 ms time bins.


```{code-cell} ipython3
decoded_position, decoded_prob = nap.decode_1d(place_fields, spikes, ex_run_ep, 0.05)
decoded_position, decoded_prob = nap.decode_1d(place_fields, spikes, ex_run_ep, 0.04)
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ place_fields =
```


Let's decode position during `ex_run_ep` using 50 ms time bins.
Let's decode position during `ex_run_ep` using 40 ms time bins.

```{code-cell} ipython3
decoded_position, decoded_prob =
Expand Down
Loading

0 comments on commit 0384575

Please sign in to comment.