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
34 stars 30 forks source link

[cell analysis] Implement morphological statistics for NeuroML cell models #319

Open sanjayankur31 opened 3 months ago

sanjayankur31 commented 3 months ago

For example, implement these from btmorph:

https://bitbucket.org/btorb/btmorph/src/master/btmorph/btstats.py

Also ones from L-measure: https://www.nature.com/articles/nprot.2008.51 , http://cng.gmu.edu:8080/Lm/help/index.htm

(In the future, this may become part of neuroml.Cell like the other helper functions)