-
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
Replace detection of soma type from static to dynamic? #314
Comments
iirc, no matter the number of points you use for the soma, the soma will always be undefined when you are using the mut morphologies. |
I'm afraid that
|
My god. I am sorry, I totally misread the ticket ... I am not sure that not having a proper type is bad for the mut during the building. To me the important thing is that we have the correct type when you write the file in a given format and then read it again. |
No worries
I can agree with that. The more I dig into MorphIO, the more code I want to delete there :D. MorphIO should be a blunt tool that reads/writes. It should not assume any soma types. It should not provide soma properties like |
I cannot agree more. I feel like the |
If morphology is built dynamically then it always has
SomaType.SOMA_UNDEFINED
.Dynamic detection poses a question. How to detect soma types that exist only for SWC? For example
SOMA_CYLINDERS
?cc @tomdele @mgeplf
The text was updated successfully, but these errors were encountered: