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

Intensity clipping when converting to webknossos.wkw format goes wrong #28

Open
arentkievits opened this issue Oct 18, 2024 · 1 comment

Comments

@arentkievits
Copy link
Member

Datasets processed with exporter have weird histograms in WebKnossos. In the high intensity range, biological features are clipped, which should only be minimal. This is problematic.

Example of a weird histogram:
image

Example of a normal histogram:
image

@thopp-tudelft
Copy link
Member

the top dataset has a very high amount of artifacts, this definitely causes the clipping to go wrong, in order to preserve depth in the biology of the sample a higher lower bound for the percentile parameter in the import to render needs to be selected, eg 30-99 percentile clipping.
alternatively we can revise our import code to find and ignore such artifacts through some sort of masking.
the export code does not calculate the clipping, this is done on import.

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