JuliaImageRecon / Sinograms.jl

Julia library for working with sinograms / tomography / Radon transform
MIT License
15 stars 6 forks source link

Use iterator not outer product for `_tau` #48

Open JeffFessler opened 1 year ago

JeffFessler commented 1 year ago

Right now _tau is not being used. When the time times to use it, consider an Iterator instead, then remove outer product version.