Replies: 3 comments 1 reply
-
Hello. Sure, I can help with that. Our cone-beam geometry is quite flexible, but does not handle detector rotations, so you'll have to use our so-called modular-beam geometry. Specifying a modular-beam geometry is fairly laborious, so I would recommend starting with a cone-beam specification, converting it to modular-beam, and then rotating the detector. So start with something like what you see in the first demo script d01_standard_geometries.py where rotationAngleInDegrees is the angle of rotation for the detector in degrees. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Ya, that script provides a nice example. If all you are doing is performing small deviations of the geometry, look at this demo script d25_detector_dithering.py. |
Beta Was this translation helpful? Give feedback.
-
I actually found a bug in the rotate_detector() function. This is fixed in the release that I just published. Please update LEAP. |
Beta Was this translation helpful? Give feedback.
-
Hello and thank you for the project!
I am trying to familiarize myself with the CSYS and possible transformations. Could you please point me out to a way to specify the rotation of the detector around the Y axis in cone-beam setup? Actually, we have the stage rotated, but it seems to me that rotating the detector and the stage should give the same results.
In the picture below, the blue arrow shows how we want to rotate the detector:
Beta Was this translation helpful? Give feedback.
All reactions