-
Notifications
You must be signed in to change notification settings - Fork 55
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
SomaC center #231
Comments
I can't find it either. I found this:
@lidakanari could you comment on this? |
I used this definition: http://neuromorpho.org/neuroMorpho/SomaFormat.html which apparently has been removed!!! |
We can remove the reference to neuromorpho and say this is how we interpret a multiple point soma, in the absence of any means to know what it is supposed to represent. We could also think of some heuristics to guess what three or more points represent. |
So we should define the three types of soma by ourselves? (That seems like the only solution in the absence of a meaningful definition in the web). |
Update: new location found! http://neuromorpho.org/SomaFormat.html "The first point constitutes the center of the soma, with coordinates (xs, ys, zs) corresponding to the average of all the points in the single contour. " |
Cool, thanks for finding that. I read the quoted string as saying that the soma center should be the average of the contour points, which is also how the h5 calculates it. Right now, I don't think that is happening: it's just picking the first point and assuming it's the center which means the soma.center property is confusing. |
It assumes that the first point contains those info. We definitely have to look into this and probably confirm it! I'd like to add this as a proper function but I'm still waiting for a concrete format for the soma structures. |
I think I fixed it here: #233 Also, I think it would be a good idea to name the soma classes more descriptively: |
Fixed in #233. |
I completely agree with @mgeplf ! |
Hello,
The documentation states:
But I'm having problems confirming that the first point is the center of the soma on neuromorpho.org, could you please provide a pointer to this?
The text was updated successfully, but these errors were encountered: