MartinPyka / Parametric-Anatomical-Modeling

Parametric Anatomical Modeling is a method to translate large-scale anatomical data into spiking neural networks. PAM is implemented as a Blender addon.
GNU General Public License v2.0
11 stars 6 forks source link

[pam_vis] Document spike recording-format for import and visualization #24

Closed MartinPyka closed 9 years ago

MartinPyka commented 9 years ago

For the visualization-article, it would be great to have a short description of the data format that pam_vis needs in order to visualize the spikes.

pherbers commented 9 years ago

Do you mean the data format for connections in model.py or the data format of the delays and spike timings used in pam_anim.py?

pherbers commented 9 years ago

Wrote a data structure summary in the Wiki page explaining the file structure needed for spikes and delays.