Skip to content

v1.18

Compare
Choose a tag to compare
@kylechampley kylechampley released this 03 Aug 14:47
· 61 commits to main since this release

Version 1.18 release notes

  1. Bug fixes to rebin_parallel.
  2. Added GPU-based ray-tracing through geometric solids (used to simulate data) which significantly improves the computational performance.
  3. Added badPixelCorrection function which is similar to outlierCorrection, except the user provides a binary map specifying which pixels they want corrected.
  4. Added estimateTilt function which estimates the detector rotation angle around the optical axis. Updated d12_geometric_calibration.py to show how this function is used.
  5. Added conjugate_difference function which provides a method to estimate detector tilt and horizontal detector shifts. Updated d12_geometric_calibration.py to show how this function is used.
  6. Modified volume masking feature, so that the input volume is NOT altered during a forward projection operation.
  7. Fixed bug in histogram sparsity regularization