Skip to content

v1.19

Compare
Choose a tag to compare
@kylechampley kylechampley released this 10 Aug 16:24
· 53 commits to main since this release
666141a

Version 1.19 release notes

  1. Added the capability to perform Voxel-Driven (VD) backprojection to all geometries which are less accurate than the (modified) Seprable-Footprint (SF) projectors, but in some cases are up to twice as fast. I added a discuss of the resolution and noise tradeoffs between the two methods here. To switch between VD and SF projectors use the set_projector function.
  2. Added the ability to save tiff stacks as uint8 or uint16 files which save on disk space. See the set_fileIO_parameters function description.
  3. Added HighPassFilter2D function.
  4. Added TV_denoise function which is similar to the Diffuse function, but incorporates an L2 loss term between the denoised and original input.
  5. Bug fix to convert_to_modularbeam when tau is not equal to zero.
  6. Minor speed improvements to some preprocessing algorithms.