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
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Given traces and stimulus video, you can then recenter the video to be retinotop
12
12
The motion-energy features are actually processed by [PyMoten](https://github.com/gallantlab/pymoten), but the user doesn't have to interact with it.
13
13
Sharpeyes will handle everything under the hood, including setup.
14
14
15
-
<videowidth="800"controls>
16
-
<source src="assets/live%20motion-energy.mp4" type = "video/mp4">
15
+
<videowidth="800"controlsloop>
16
+
<source src="https://github.com/gallantlab/SharpEyes/raw/refs/heads/main/docs/assets/live%20motion-energy.mp4" type = "video/mp4">
17
17
</video>
18
18
19
19
See [Getting Started](getting%20started.md) for installation and Python setup. See the [Workflow](workflow/index.md) section for documentation on each tab.
0 commit comments