-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HackathonMar21] Test and improve Arbor<->NeuroML interactions #144
Comments
@thorstenhater I've installed arbor-gui and managed to load a few nml files, including a newly generated example here: https://github.com/OpenSourceBrain/ArborShowcase/blob/main/NeuroML2/BallAndStick.cell.nml. The points/morphology is getting imported fine, but the segment groups are not correct, e.g. the soma is going in the dendrite_group too, etc. |
Good to hear you got it working, if you have any comments I can add to the Readme to ease the process for the next person, Thanks for catching that, although I assume that our NML import is at fault here, rather than the display. I will open an issue against arbor. |
OK, I got down to the bottom of this with the help of @halfflat: Turning a morphology into line segments sometimes returns partial segments. Currently the renderer does not deal with that and shows the full segment, even if the to be shown fraction is zero. |
Good progress after chatting with @noraabiakar about cell compartmentalisation. |
Hi, the rendering bug has been partially addressed. It remains to be seen whether the more complex case needs to be addressed. |
See: https://arbor.readthedocs.io/en/latest/fileformat/neuroml.html
https://github.com/OpenSourceBrain/ArborShowcase
https://github.com/thorstenhater/arbor-gui
The text was updated successfully, but these errors were encountered: