Hi I found a morphology with the following line at the end of the header: ``` # generated by Vaa3D Plugin neuron_connector ``` So I came here. The first point of this file is: `1 3 0.000 0.000 0.0 0.5 0` which means that it's parent does not exist. In the SWC specs, the first point should have a parent ID equal to -1 (see https://www.sciencedirect.com/science/article/pii/S0165027098000910, https://neuromorpho.org/myfaq.jsp (in the `What is SWC format?` section) or https://neuroinformatics.nl/swcPlus/). So I guess there is an issue with this plugin (maybe only when there is no soma?).
Hi
I found a morphology with the following line at the end of the header:
So I came here.
The first point of this file is:
1 3 0.000 0.000 0.0 0.5 0which means that it's parent does not exist. In the SWC specs, the first point should have a parent ID equal to -1 (see https://www.sciencedirect.com/science/article/pii/S0165027098000910, https://neuromorpho.org/myfaq.jsp (in the
What is SWC format?section) or https://neuroinformatics.nl/swcPlus/). So I guess there is an issue with this plugin (maybe only when there is no soma?).