v1.15
Version 1.15 release notes
- 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
- Fixed minor bug in cone-beam sensitivity calculation
- 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
- Added error checking to all iterative reconstruction algorithms to make sure the provided projection and volume data are compatible with LEAP
- Enabled inconsistency reconstruction for helical
- Improvements to preprocessing algorithms including default arguments, documentation, and error checking
- Added function sliceRangeNeededForProjection which enables performing forward projection in chunks for situations where you don't have enough CPU memory
- 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.
- Bug fix to medianFilter2D and BlurFilter2D for the case where you the algorithm had to perform in smaller chunks to fit into GPU memory.
- Improvements to documentation