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

Modular geometry #2

Closed ridoughi closed 7 months ago

ridoughi commented 9 months ago

Hello, Is it possible to use the modular geometry configuration to compute projections pixel-by-pixel independently (Line projection) and combine batches of pixels from different viewing angles? I could not find enough documentation on how to use this option in the library. Could you please share some documentation or an example on this topic?

Thank you in advance.

Best regards,

kylechampley commented 8 months ago

Hi Ramzi,

LEAP is definitely lacking documentation and we are working on that. I don't quite understand what you are asking? Would you mind being a little more specific? Thanks.

~Kyle

kylechampley commented 7 months ago

Documentation has been added explaining how modular-beam and CT volumes are specified. There is a link to the documentation (a pdf file) on the wiki page. Please look this over and let us know if this answers your question.