VRGroupRWTH / insite

Insite - A Pipeline Enabling In-Transit Access To Neural Simulation
https://vrgrouprwth.github.io/insite/
Apache License 2.0
2 stars 5 forks source link

First review, first issues. #1

Closed babsey closed 2 years ago

babsey commented 4 years ago

Hello all,

I am using insite for my project to show a small demo of plotting of spike events. For all of these issues, I used the develop branch.

docker-compose run There, I tried setup these containers according to the instruction (https://github.com/VRGroupRWTH/insite/tree/develop). First I executed this command: docker-compose up --build then I entered the command: docker-compose run insite-nest-module /example/brunel_simulation.py. It works well but it produces this 500 Internal Server Error, when I call a request of localhost:8080/nest/spikes. So, I keep starting insite with docker-compose up --build. It works well.

spikes of populations Next issue, I am able to gather spikes from localhost:8080/nest/spikes. But for different dot colors of spikes in populations, I call ids of spikes localhost:8080/nest/populations, then I want to request spikes for different populations, it returns all spikes instead of the corresponding populations. As example, I called localhost:8080/nest/population/$5104784/spikes.

spikes from specific time Anyway, I collected all spike but I would like to get spikes of a time window. You implemented from and to arguments. I assume these arguments set the time window of getting spikes. When I call localhost:8080/nest/spikes?from=50&to=90. It return spikes from 0 to 90. I think to argument works but from argument doesn't.

I summarized these issues:

marcelkrueger commented 2 years ago

These issues, should be fixed in the newest versions. Thus, closing this old issue.