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
For the Fib25 example you provided, the soma surface point in "volumetric_somae/surfaces" ([1563, 1799, 2555] [z, y, x]) is not precise for 26-connected neighbors in the algorithm. And this leads directly to unsuccessful refinement, which generates the wrong acyclic skeleton in "connectomes".
Changing the point to [1569, 1790, 2559] [z, y, x] is one possible solution.
BTW, this open source repo helps me a lot, thanks :)
The text was updated successfully, but these errors were encountered:
Dear @bmatejek,
For the Fib25 example you provided, the soma surface point in "volumetric_somae/surfaces" ([1563, 1799, 2555] [z, y, x]) is not precise for 26-connected neighbors in the algorithm. And this leads directly to unsuccessful refinement, which generates the wrong acyclic skeleton in "connectomes".
Changing the point to [1569, 1790, 2559] [z, y, x] is one possible solution.
BTW, this open source repo helps me a lot, thanks :)
The text was updated successfully, but these errors were encountered: