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

Empty stripes after skeleton analysis with skan #144

Open
EdwinHernandezG opened this issue Nov 30, 2021 · 4 comments
Open

Empty stripes after skeleton analysis with skan #144

EdwinHernandezG opened this issue Nov 30, 2021 · 4 comments

Comments

@EdwinHernandezG
Copy link

Hi @jni and @GenevieveBuckley

After analyzing the attached big skeleton using skan, the labeled skeleton showed empty stripes without any data.

skeleton_postprocessed_4.zip

The pipeline to analyze it is here:

skeleton_analysis.zip

Thanks in advance for your help

@GenevieveBuckley
Copy link
Collaborator

Thanks Edwin!

It was really fun to see what you're working on the other day, btw. It makes me happy to know people do use the code I write

@jni
Copy link
Owner

jni commented Dec 2, 2021

thanks @EdwinHernandezG! I'll play around with this soon. After stewing on it for a bit, I think probably some labels were not translated for some reason: map_array will default to 0 if a key is missing. So maybe my idea of how __array__ generates the label image is incorrect.

@GenevieveBuckley
Copy link
Collaborator

Were we definitely using int64 for everything?

@jni
Copy link
Owner

jni commented Dec 2, 2021

Interesting question. I don't think it should be relevant, since the missing pixels were in the middle of the volume (and thus probably under 2e9?), but we should absolutely check.

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

3 participants