Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skeleton stops unexpectedly #94

Open
neurologic opened this issue Dec 31, 2024 · 3 comments
Open

skeleton stops unexpectedly #94

neurologic opened this issue Dec 31, 2024 · 3 comments

Comments

@neurologic
Copy link

Hi,
Do you know why the skeleton might be stopping before the end of the dendrite on the left in this picture?

Screenshot 2024-12-31 at 6 45 13 AM

I thought it might be because the branch got thinner, so I reduced scale and const and it did not change where it stopped. Also, there are many processes that are thinner in the neuron that the skeleton does traverse. There are no discontinuities in the mesh at that point.

Screenshot 2024-12-31 at 6 53 56 AM

I used igneous to get the skeleton after meshing, but I assume this is a kimimaro question (and not necessarily an issue with the program).

Thank you,

Krista

@william-silversmith
Copy link
Contributor

Hi Krista,

In an earlier version, I would have said that it's possible an off-screen invalidation sphere from another branch could be affecting the tip, but in the most recent version I believe I fixed that (and you also tried reducing scale and const).

One other possibility is if you have "remove ticks" set and there is a tiny branch, both of the branches could be removed. Make sure that parameter is set to zero.

@neurologic
Copy link
Author

--tick-threshold is set to 0 (a skeleton merge parameter, correct? -- I am doing this through igneous):
Running UnshardedSkeletonMergeTask(cloudpath='file:///Users/.....',prefix=48,crop=0,dust_threshold=1000.0,max_cable_length=None,tick_threshold=0.0,delete_fragments=False)

@william-silversmith
Copy link
Contributor

That's right, sorry I should have mentioned its a merge parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants