cnr-ibf-pa / hbp-bsp-issues

Ticketing system for developers/testers and power users of the Brain Simulation Platform of the Human Brain Project
4 stars 0 forks source link

Download raw data of analysis plots #481

Closed antonelepfl closed 4 years ago

antonelepfl commented 4 years ago

We should be able to download the data of the plots from the Sim-UI so we are able to reproduce / change that plot locally.

antonelepfl commented 4 years ago

I have implemented this on sim-ui DEV

alex4200 commented 4 years ago

@antonelepfl The download seems to work so far, except the data for the INT spikes on the spike raster plot. They are missing.

antonelepfl commented 4 years ago

I have added this on DEV. You will get the JSON with GID and types

alex4200 commented 4 years ago

For the download of the LFP plots the data do not seem to fit. The data contains a list 'spectrum.f' which only goes from 0 to 30, but in the plots in the browser they go to 1000 (Hertz). Also not sure if the PSD data are correct as they can be negative in the downloaded data, but are not negative in the plot.

antonelepfl commented 4 years ago

I fixed this IIRC

alex4200 commented 4 years ago

Issue has been fixed in DEV. Needs to be merged to PROD.

antonelepfl commented 4 years ago

Pushed to production

alex4200 commented 4 years ago

Tested in prod. Closing ticket