- Add new methods for finding the center of rotation
- Mitigate issue of nabu hanging forever to allocate memory on big data chunks
- Fix unsharp mask when used without phase retrieval
- When using HDF5 datasets, a custom entry in the file can now be specified using the `hdf5_entry` key in the `[dataset]` section in nabu configuration.
### Library
...
...
@@ -21,6 +22,7 @@ Major version (November 2020).
- Fix half-tomography sinograms when center of rotation is on the left
- Add misc.histogram_cuda: Cuda backend for partial volume histograms
- Add `preproc.alignment.CenterOfRotationAdaptiveSearch`, `preproc.alignment.CenterOfRotationSlidingWindow` and `preproc.alignment.CenterOfRotationGrowingWindow` for automatic CoR estimation.
- Add support for `h5py >= 3.0`, although it requires `silx >= 0.14`