Closed gselzer closed 4 months ago
Hi @gselzer! I think this is because we are using a cartesian coordinate system where top left is (-x +y) and bottom right is (+x -y). Therefore you need to transpose your stage axis in the micromanager properties of the stage (e.g. you can open the PropertyBrowser widget and set it from there). Does it make sense?
And then to match the movement in the stage widget, just toggle the Invert X and/or Invert Y checkboxes.
Hi @gselzer! I think this is because we are using a cartesian coordinate system where top left is (-x +y) and bottom right is (+x -y). Therefore you need to transpose your stage axis in the micromanager properties of the stage (e.g. you can open the PropertyBrowser widget and set it from there). Does it make sense?
And then to match the movement in the stage widget, just toggle the Invert X and/or Invert Y checkboxes.
Hi @fdrgsp! I tried toggling XYTransposeMirror-X
, but this did not change things. Furthermore, I do not believe that any toggling could resolve that the Top Right button sets both the top and bottom border. Am I missing something? I'd be happy to dig deeper once I finish filing some additional issues
Therefore you need to transpose your stage axis in the micromanager properties of the stage (e.g. you can open the PropertyBrowser widget and set it from there). Does it make sense?
shouldn't we be able to deal with whatever the user enters? That is: regardless of how they've set up the microscope, if they mark top/bottom/left/right in any way, shouldn't that be enough for us to recreate the bounds that they want?
shouldn't we be able to deal with whatever the user enters? That is: regardless of how they've set up the microscope, if they mark top/bottom/left/right in any way, shouldn't that be enough for us to recreate the bounds that they want?
I'd think so - you can feel free to assign this issue to me!
Description
MDAWidget
. When we clicked on the corner buttons, we found:What I Did
Stage Control
(A combination ofStageWidget
s) andMDA
(anMDAWidget
)This resulted in the state below: