Skip to content

v1.6

Compare
Choose a tag to compare
@kylechampley kylechampley released this 08 Mar 04:17
· 170 commits to main since this release

Version 1.6 release notes

  1. Speed improvements to backprojection algorithms where the voxel size is "large" (splatting the voxel onto the detector is bigger than 2 detector pixels. Speed improvement ranges from 10% to 70%, depending on the CT geometry and CT volume parameters.
  2. Enabled 3x5x5 median filter (before could just do 3x3x3 or 2D median filters).
  3. Added lots of comments to C++ and CUDA header files.
  4. Fixed bug in filtering step of helical FBP that would appear occasionally (program would crash) for large projection data sets.
  5. As usual, updated the LEAPCT readthedocs page.