v1.19
Version 1.19 release notes
- 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.
- Added the ability to save tiff stacks as uint8 or uint16 files which save on disk space. See the set_fileIO_parameters function description.
- Added HighPassFilter2D function.
- Added TV_denoise function which is similar to the Diffuse function, but incorporates an L2 loss term between the denoised and original input.
- Bug fix to convert_to_modularbeam when tau is not equal to zero.
- Minor speed improvements to some preprocessing algorithms.