fiji / SNT

Legacy project superseded by https://github.com/morphonets/SNT
GNU General Public License v3.0
11 stars 29 forks source link

Fix "Unknown type" when importing SWC traces #4

Closed tferr closed 8 years ago

tferr commented 8 years ago

When importing SWC files, Simple Neurite Tracer does keep track of the type-property ("axon", "dendrite", "soma", etc) of imported points. However, it discards that information when rendering paths (probably an unintentional overlook in the original code). As a result, all imported paths get assigned the category "unknown". This is quite annoying when using SNT to complete tracings started elsewhere as one as to go back to all the previously traced paths and rename them. This should fix this.

Sorry for not including this in yesterdays' PR #3 , but I've only noticed it now. I am also updating the contributors list in POM, as I've noticed it has been done thoroughly across Fiji projects.

ctrueden commented 8 years ago

Thanks @tferr!