RTKConsortium / RTK

Reconstruction Toolkit
Apache License 2.0
246 stars 145 forks source link

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

Closed SimonRit closed 10 months ago

SimonRit commented 1 year 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 10 months ago

Fixed by #565