diff --git a/source/_static/images/pinpoint/capsule_header.png b/source/_static/images/pinpoint/capsule_header.png new file mode 100644 index 0000000..7d93542 Binary files /dev/null and b/source/_static/images/pinpoint/capsule_header.png differ diff --git a/source/_static/images/urchin/capsule_header.png b/source/_static/images/urchin/capsule_header.png new file mode 100644 index 0000000..6b22a44 Binary files /dev/null and b/source/_static/images/urchin/capsule_header.png differ diff --git a/source/ephys_link/installation_and_use.md b/source/ephys_link/installation_and_use.md index a5c3421..b45f5ec 100644 --- a/source/ephys_link/installation_and_use.md +++ b/source/ephys_link/installation_and_use.md @@ -25,7 +25,7 @@ the [API reference](https://virtualbrainlab.org/api_reference_ephys_link.html). ### Prerequisites -1. [Python 3.8+](https://www.python.org/downloads/) and pip. +1. [Python > 3.8, < 3.12](https://www.python.org/downloads/release/python-3116/) and pip. 2. An **x86 Windows PC is required** to run the server. 3. For Sensapex devices, the controller unit must be connected via an ethernet cable and powered. A USB-to-ethernet adapter is acceptable. For New Scale manipulators, diff --git a/source/pinpoint/installation_and_use.md b/source/pinpoint/installation_and_use.md index f3e699f..0c5dabd 100644 --- a/source/pinpoint/installation_and_use.md +++ b/source/pinpoint/installation_and_use.md @@ -6,12 +6,12 @@ Pinpoint is a tool for planning electrophysiology recordings and other *in vivo* Code is on our [Github repository](https://github.com/VirtualBrainLab/Pinpoint/). -
+ ## Install diff --git a/source/pinpoint/tutorials/tutorial_ephys_link.md b/source/pinpoint/tutorials/tutorial_ephys_link.md index 27f7f20..62ac1d7 100644 --- a/source/pinpoint/tutorials/tutorial_ephys_link.md +++ b/source/pinpoint/tutorials/tutorial_ephys_link.md @@ -8,10 +8,15 @@ We currently (July 2023) support Sensapex uMp-4 and New Scale 3-axis manipulators. **These features are only available on the Windows Desktop build of Pinpoint** -they will not run in the web browser. **If you would like to use beta version of -Ephys Link with Pinpoint, please use Steam to install Pinpoint and [switch to -the `ephys-link-beta`branch](https://partner.steamgames.com/doc/store/application/branches#:~:text=To%20switch%20to%20a%20custom,be%20the%20%22BETAS%22%20tab) -.** +they will not run in the web browser. + +[//]: # (**If you would like to use beta version of) + +[//]: # (Ephys Link with Pinpoint, please use Steam to install Pinpoint and [switch to) + +[//]: # (the `ephys-link-beta`branch](https://partner.steamgames.com/doc/store/application/branches#:~:text=To%20switch%20to%20a%20custom,be%20the%20%22BETAS%22%20tab)) + +[//]: # (.**) To enable this feature, an instance of an Ephys Link server must be running on the local network. Please see the diff --git a/source/urchin/installation_and_use.md b/source/urchin/installation_and_use.md index 01c6211..4128d0e 100644 --- a/source/urchin/installation_and_use.md +++ b/source/urchin/installation_and_use.md @@ -1,22 +1,23 @@ # Installation and Use - + + +The Universal Renderer for Neuroscience (Urchin) allows you to connect your Python scripts to a standalone rendering program, to create neuroscience-specific interactive 3D visualizations.

- +

-The Universal Renderer for Neuroscience (Urchin) allows you to connect your Python scripts to a standalone rendering program, to create graphics like the ones above. -
+ ## Install @@ -37,6 +38,10 @@ Calling `setup()` opens a web browser and links it to your Python client. Set the parameter `standalone = True` to connect to a standalone Desktop application. You'll need to manually copy the ID that Urchin displays to the Desktop renderer. +## Bugs + +Please report issues on the [issues page](https://github.com/VirtualBrainLab/Urchin/issues). + ## Citing There is no citation for Urchin right now, we'll create one soon.