Back to Projects List
Building on the preexisting visualisation for NWB1 based on Geppetto we are building an application that can be used by scientists to explore the content of NWB files. Reusing exisiting Geppetto widgets the focus is to build an application that can expose visualisations and workflows that can be useful for scientists.
The application is here, the geppetto extension is here.
The first step after creating the skeleton was to hook up mocked up images for some target plots inside widgets to quickly provide a visual proof of concept.
Then we implemented a Geppetto Model Interpreter using PyNWB and few tests to test the read API. We used the model interpreter to fetch some traces and reused preexisting Geppetto components to visualize the variables.
and plot them:
Short animation:
We extended the model interpreter to work with the extension Ben and Kael created to store the simulation output. We can now also plot simulation outputs stored using NWB. Here we are plotting the membrane potential for two different cell somas.