Skip to content

v1.15

Compare
Choose a tag to compare
@kylechampley kylechampley released this 20 Jun 15:53
· 90 commits to main since this release

Version 1.15 release notes

  1. Added the capability to specify a user-specified mask on the reconstruction which can improve performance of iterative reconstruction algorithms. See demo script: d35_volume_masking.py
  2. Fixed minor bug in cone-beam sensitivity calculation
  3. Added space carving algorithm which provides a robust method to estimate the foreground of a reconstruction directly from the projection data which is used in the new demo script: d35_volume_masking.py
  4. Added error checking to all iterative reconstruction algorithms to make sure the provided projection and volume data are compatible with LEAP
  5. Enabled inconsistency reconstruction for helical
  6. Improvements to preprocessing algorithms including default arguments, documentation, and error checking
  7. Added function sliceRangeNeededForProjection which enables performing forward projection in chunks for situations where you don't have enough CPU memory
  8. Added demo script d34_iterative_reconstruction_long_object.py which shows you how to perform an iterative reconstruction where the object extends past the top and/or bottom of the detector. This script utilizes the so-called Ziegler method.
  9. Bug fix to medianFilter2D and BlurFilter2D for the case where you the algorithm had to perform in smaller chunks to fit into GPU memory.
  10. Improvements to documentation