I succesfully ran a simulation using the BSB library with bsb simulate my_network.hdf5 test_sim
, and I want to read the data of the soma
device that I configured. The only new file that was produced is 55db4580-eb4b-4fab-91ef-db163484db9a.nio
but I don't know how to read it.
How to read the results of my simulation after `bsb simulate`?
24 Views Asked by Robin De Schepper At
1
The
.nio
file you found is in the NIX (Neuroscience Information Exchange) format. The recommended Python library for reading those is Neo. In Neo's data model your device with name"soma"
would record analog signals intoblock.segments.analogsignals
, or spike trains intoblock.segmentm.spiketrains
(depends on what type of data it records). You can see which device produced the recording by checking the"device"
annotation of the recording: