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

Flood fill bounding box size maximum should take into account available mags #8366

Open
1 task
daniel-wer opened this issue Jan 30, 2025 · 0 comments · May be fixed by #8382
Open
1 task

Flood fill bounding box size maximum should take into account available mags #8366

daniel-wer opened this issue Jan 30, 2025 · 0 comments · May be fixed by #8382

Comments

@daniel-wer
Copy link
Member

Context

I tried to use the restricted flood fill tool in 3D for a segmentation layer which is restricted to mag 16, in mag 16, for a bounding box of size 1280³ vx.

Expected Behavior

The flood fill should work, since the finest available mag is 16 and the flood fill tool is used in mag 16. The bounding box size in mag 16 is 512,000 vx, so way below the maximum.

Current Behavior

There is an error toast: "The bounding box that encloses the clicked position is too large. Shrink its size so that it does not contain more than 8847360 voxels."

Steps to Reproduce the bug

  • Cannot reproduce the bug anymore / needs deeper investigation.
  1. Create an annotation with the volume layer restricted to mag 16.
  2. Create a bounding box of size 1280³ vx and perform a brush stroke inside.
  3. Zoom out to mag 16.
  4. Activate the flood fill tool and try to use it to relabel the brushed segment.
@daniel-wer daniel-wer added the bug label Jan 30, 2025
@fm3 fm3 added the frontend label Jan 30, 2025
@daniel-wer daniel-wer linked a pull request Feb 5, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants