RTKConsortium / RTK

Reconstruction Toolkit
Apache License 2.0
241 stars 142 forks source link

Step size should be configurable in iterative recon using CudaForwardProjectionImageFilter #564

Closed SimonRit closed 7 months ago

SimonRit commented 9 months ago

The Cuda forward projection is a ray tracing with tri-linear interpolation. The step size is configurable https://github.com/RTKConsortium/RTK/blob/master/include/rtkCudaForwardProjectionImageFilter.h#L73 but the option has not been propagated to iterative reconstruction algorithms. This should be implemented for fine voxel reconstruction (<1 unit). @Nickstaut

SimonRit commented 7 months ago

Fixed by #565