Currently detector XY-projections treat x as right as seen from the sample (provided flip_x option is set correctly). This could be confusing for anyone thinking of this as the x in the instrument coord system.
Option 1:
- Rename
x->right
- Rename
y -> up
Option 2:
- Show
x with decreasing coord - flip_x mechanism should be replaced by a simple flip of the result image instead.
Currently detector XY-projections treat
xasrightas seen from the sample (providedflip_xoption is set correctly). This could be confusing for anyone thinking of this as thexin the instrument coord system.Option 1:
x->righty->upOption 2:
xwith decreasing coord -flip_xmechanism should be replaced by a simple flip of the result image instead.