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

Open mosaic tile, add check if "too far" #14

Open
cpoczatek opened this issue Jun 8, 2016 · 0 comments
Open

Open mosaic tile, add check if "too far" #14

cpoczatek opened this issue Jun 8, 2016 · 0 comments
Assignees

Comments

@cpoczatek
Copy link
Member

This is low priority.

When right clicking on a mosaic we prompt with the name of the nrrd file for that individual tile. Right now we're transforming the click from image coordinates to tile/stage coordinates and choosing the closest one. When clicking on an empty region this gives the user a name for a tile near by, not "nothing" which would be more correct.

We should choose the closest one, bound by tile size. Though it's possible we don't a priori know the tile size, which might make it difficult. To reproduce, build mosaic as below and right click on empty regions of the image.

wget https://github.com/BWHCNI/workflow/raw/master/mosaic_nrrd/test_data/090708-2-1_{11,13}-4x10.nrrd
mosaic_nrrd -t fluid -o test.nrrd 090708-2-1_11-4x10.nrrd 090708-2-1_13-4x10.nrrd 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants