You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to 2018-03-21 (commit e1a9ced), the CSV produced by the "Skeletons as CSV" button in the 3D viewer included a column for neuron name.
However, these names are long and repeated for every treenode, drastically increasing the size of the CSV, so it was removed.
Some external tools (e.g. the EM>LM MCFO search tool from Douglas Armstrong's group at http://larval-app1.virtualflybrain.org/ ) need that column to be present, although its value doesn't matter so much.
This one-liner makes the current CSVs compatible with such tools.