Replies: 1 comment
-
Hello, yes, there's several different ways to visualise a four-dimensional ellipsoid via its two-dimensional slices and projections. In the main program, you can configure which axes you want to delete or project (File -> Preferences -> Resolution). In the Python code I used this as the default configuration, but you can also modify it to -- for example -- delete the Q_para axis and project onto the Q_perp axis in the Qres_QzE_proj case instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a hard time understanding how the incoherent ellipses in the Qz vs E is generated. I am looking at the code from this link (https://github.com/ILLGrenoble/takin/blob/master/core/tools/res_py/reso.py) from line 192 to 216. I've pasted the code below.
I can understand Qz is treated differently, and it can be deleted instead of projected out. But when the Qz vs. E ellipse is created, Q_ortho is deleted instead of projected. Is this correct?
-------------------------------------------------------------------------------------------------------------------------------
2d projected ellipses
Beta Was this translation helpful? Give feedback.
All reactions