Closed riddick-the-furyan closed 1 year ago
Hi @riddick-the-furyan
I checked the morphologies that are failing, and it appears that these files contain several somata, which makes no sense. Do they come from NeuroMorpho?
These files are asc
files, so if you look inside them there are several blocks that start with "Cell Body"
, each of them defining a contour of the soma. If you keep only one of these blocks it should work properly. The issue is that it's hard to know which block should be kept, but I think it does not really matter in your case (since you are mainly interested in the neurite data, right?).
H, thanks I appreciate it a lot and yes, you're right.
My pleasure!
A few weeks ago when trying to extract distributions from the morphologies I had I ran into a SomaError because the soma was already defined. Intially I thought the problem was because of tmd as the call was traced back to it but now I'm not sure. I think the traceback is because of an error in line 81 input_distributions.py as that is where the traceback begins.
Any help would be greatly appreciated.
Source Code:
Morphologies: morphologies.zip