NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

Feat/loadswc Adding SWC loader to load SWC file #380

Closed AdityaBITMESRA closed 3 months ago

AdityaBITMESRA commented 3 months ago

This pull request adds a new module for loading and parsing SWC files. It also defines a simple data structure for holding the parsed data in memory, with segments and segment groups.

The data structure is a rough first version and will be updated as needed.