natverse / elmr

Support for working with light and electron microscopy fly brain data
https://natverse.github.io/elmr
GNU General Public License v3.0
7 stars 3 forks source link

unspike appears to duplicate nodes #54

Closed jefferis closed 3 years ago

jefferis commented 3 years ago
conn=catmaid_login(server="https://fafb.catmaid.virtualflybrain.org")
swc=read.neurons.catmaid("16")
swc.us=unspike(swc, 5000)
> nvertices(swc)
   16 
16840 
> 
> nvertices(swc.us)
   16 
21644 
jefferis commented 3 years ago

closed by #55