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 9 forks source link

curved detector #7

Closed stephoog closed 6 months ago

stephoog commented 6 months ago

Hey! Does LEAP handle curved detectors? I am working with medical data and they all have curved detectors so I need software for this.

kylechampley commented 6 months ago

Hello,

I'm actually working on that feature now. It should be ready by the end of the month. I'll let you know when it's done.

~Kyle

kylechampley commented 6 months ago

Although it is not yet officially released, LEAP can now process cone-beam curved detector data. To specify a curved detector run the following command after the call to set_conebeam(...)

leapct.set_curvedDetector()

stephoog commented 6 months ago

It works!! Thanks!