Replies: 3 comments 4 replies
|
|
3 replies
|
Small comment ... the documentation on (d1,d2, d3) and (x1, x2, x3) as well as (x3, x1, x2) aka (z,y,x) are all right handed. But you are right (x,y,z) is left handed in this configuration. About orientation of detectors ... @loichuder is working on something related in #2868. Can you validate the orientation he is giving ? |
1 reply
|
There is another difference between the flipping, as performed in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
What is the coordinate system that is used for the return values of
pyFAI.geometry.core.Geometry.calc_pos_zyx()? The docstring sayswhich is unclear to me. Is it a right-handed or left-handed system? The return description says
How does this relate to the pyFAI geometry, as defined e.g. here:
https://pyfai.readthedocs.io/en/stable/geometry.html#geometry
Thanks!
All reactions