SC3 Visualization Framework Use Case
Last modified by jensb on 2023/04/27 14:17
SC3 Visualization Framework Use Case
Use ViSimpl together with NEST Desktop and Insite
Overview
- This page serves as a central information hub presenting an overview of the work done in the SC3 Visualization Framework Use Case.
- In this use case, a connection between NEST Desktop, ViSimpl and Insite was realized.
- The detailed setup guides can be found in the official user guides of NEST Desktop and ViSimpl on ReadTheDocs:
- More documentation regarding the used in-situ recording backend Insite can be found in the Insite user docs: https://vrgrouprwth.github.io/insite/
Preparation (Quickstart Guide)
First, download the Docker Compose configuration file for NEST Desktop and Insite.
wget https://raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/insite/docker-compose.yml
Then, pull the docker images using Docker Compose.
docker-compose pull
Afterwards, you can start NEST Desktop (with Insite).
docker-compose up
For ViSimpl, download the (binary) AppImage from the page, make it executable and then open it.
VERSION=1.8.8
wget https://vg-lab.es/apps/visimpl/latest-release/visimpl-$VERSION-x86_64.AppImage
chmod +x visimpl-$VERSION-x86_64.AppImage
./visimpl-$VERSION-x86_64.AppImage
How to use NEST Desktop with ViSimpl (Quickstart Guide)
- In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running.
- Run the simulation of the network with Insite as recording backend.
- In ViSimpl, click on the REST button to get data from Insite (check that you use the correct URL).
- Now, ViSimpl shows spatial dots representing neurons and spikes are displayed in glowing mode.
Usage Video
A video showing the usage can be found here.
iframe { height: 100vh; width: 100%; object-fit: fill; // use "cover" to avoid distortion position: absolute; }