cabouman / svmbir

Fast code for parallel or fan beam tomographic reconstruction
BSD 3-Clause "New" or "Revised" License
21 stars 8 forks source link

Added support for flat array fan-beam geometry #252

Closed sjkisner closed 2 years ago

sjkisner commented 2 years ago

New geometry 'fan-flat' added to recon(), project(), and backproject() operators.

This changes valid geometries from ['parallel', 'fan'] to ['parallel', 'fan-curved', 'fan-flat']

Specifying 'fan' geometry will now raise an exception.

cabouman commented 2 years ago

I just ran this, and it seems fine to me. I'm going to accept it.