odl icon indicating copy to clipboard operation
odl copied to clipboard

'Arc' geometry in fan beam projection?

Open Jaakk0F opened this issue 5 years ago • 1 comments

Dear Developers:

I am trying to rewrite fan beam projection from Matlab using python odl. In the 2D fan beam transformation example, it seems that you only support 'line' geometry projection in Matlab implementation. I wonder is there any way to achieve the same effect of 'arc' geometry in Matlab using odl?

Jaakk0F avatar Jan 05 '21 10:01 Jaakk0F

Hi Jaakk0f, sadly this is not supported but it's been widely discussed. There's some discussion in #1560 and #1578 and @JevgenijaAksjonova might have more details for you.

There's some code doing interpolation of datasets (for 3d helical) in the Mayo clinic code which you might be able to re-use. https://github.com/odlgroup/odl/blob/2a0c03c429ef6b44e6fbcd1c09456b8054016a09/odl/contrib/datasets/ct/mayo.py#L86-L196

adler-j avatar Jan 05 '21 11:01 adler-j