Open mmc46 opened 6 years ago
The problem is that the dotprops format has no direct support for plotting cell bodies. It's retrofitted by allowing the metadata data frame attached to a neuronlist to have X,Y,Z columns specifying the soma position.
Presumably you don't want it to plot the soma if there isn't one defined by a soma tag in catmaid?
No, not if there isn't one, but these do. I can plot them separately, if there's no easy fix.
This would require changes in nat and rcatmaid, which I have been pondering for a while since the design isn't really obvious. Part of the implementation is discussed here https://github.com/jefferis/nat/issues/260
The soma isn't plotted after converting the neurons to dotprops. Could this be changed?