LLNL / LEAP

comprehensive library of 3D transmission Computed Tomography (CT) algorithms with Python API and fully integrated with PyTorch
https://leapct.readthedocs.io
MIT License
74 stars 8 forks source link

How to define an arbitrarily oriented geometry? #21

Closed Ellen-D216 closed 4 months ago

kylechampley commented 4 months ago

Hello. This is done with our "modular-beam" geometry. I think the best place to start is with some of our demo scripts. See the following: https://github.com/LLNL/LEAP/blob/main/demo_leapctype/d04_modularbeam.py https://github.com/LLNL/LEAP/blob/main/demo_leapctype/d05_3DflashCT.py https://github.com/LLNL/LEAP/blob/main/demo_leapctype/d21_walnut.py

Let me know if you have any further questions.

Ellen-D216 commented 4 months ago

That is impressive! Thank you.