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
the live BDV display along the Regular Grid Option dialog shows me that the ordering of my 2D grid is the 3rd snake item (Snake: Left & Down). I also double-checked by hand, visiting the tiles with ascending tile number order: my grid is indeed a Snake: Left & Down (the Tile number pattern was correctly recognized in a previous dialog).
but if I use the following argument in Define dataset ... move_tiles_to_grid_(per_angle)?=[Move Tile to Grid (Macro-scriptable)] grid_type=[Snake: Left & Down]
then it instead arranges the grid as if I had clicked on the 6th snake item (supposedly Snake: Up & Right)
I reasoned that the relevant clue might be that the working order was the 3rd snake option in the Regular Grid Option. So I chose the 3rd snake option in the Move Tiles of Angle 0 dialog (Snake: Right & Up) and it worked. So there is a discrepancy.
I believe there would then be a mix up somewhere in the GridPresets here?
I could not quickly find the code of the Regular Grid Option dialog, but it looks suspicious that the ordering of the drop-down menu of Move Tiles of Angle 0 does not match the ordering of the snake pictures from left to right of the Regular Grid Option dialog (on the other hand it would be suspicious too that I'm the first one to notice this, but I triple-checked and the mix up seems to hold...)
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to our attention. I had recently noticed strange behavior there as well.
I have removed an inconsistent double definition of icons for the interactive GUI and macro-scriptable dialog and re-checked that the actual arrangements correspond to the icon & description in the following commits: b666a3d, PreibischLab/multiview-reconstruction@97eeb35
Sorry for the confusion, I probably did not check all possibilities when I first wrote this part.
the live BDV display along the
Regular Grid Option
dialog shows me that the ordering of my 2D grid is the 3rd snake item (Snake: Left & Down
). I also double-checked by hand, visiting the tiles with ascending tile number order: my grid is indeed aSnake: Left & Down
(the Tile number pattern was correctly recognized in a previous dialog).but if I use the following argument in
Define dataset ...
move_tiles_to_grid_(per_angle)?=[Move Tile to Grid (Macro-scriptable)] grid_type=[Snake: Left & Down]
then it instead arranges the grid as if I had clicked on the 6th snake item (supposedly
Snake: Up & Right
)I reasoned that the relevant clue might be that the working order was the 3rd snake option in the
Regular Grid Option
. So I chose the 3rd snake option in theMove Tiles of Angle 0
dialog (Snake: Right & Up
) and it worked. So there is a discrepancy.I believe there would then be a mix up somewhere in the GridPresets here?
I could not quickly find the code of the Regular Grid Option dialog, but it looks suspicious that the ordering of the drop-down menu of
Move Tiles of Angle 0
does not match the ordering of the snake pictures from left to right of theRegular Grid Option
dialog (on the other hand it would be suspicious too that I'm the first one to notice this, but I triple-checked and the mix up seems to hold...)The text was updated successfully, but these errors were encountered: