You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: