File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- [ Unreleased ] : https://www.github.com/cicwi/corrct/compare/v0.9.0...develop
7
+ [ Unreleased ] : https://www.github.com/cicwi/corrct/compare/v0.9.1...develop
8
+
9
+ ## 0.9.1 - 2024-03-20
10
+ ### Added
11
+ - Overall improvements to ` ProjectionGeometry ` in the module ` models ` :
12
+ - Initial support for cone-beam geometry, including Parker weights for FDK
13
+ - Support for detector tilts
14
+ - Better support for detector VU shifts (respecting axes orientation)
15
+ - Function to fit scale and bias of an image against data (possibly in a different space)
16
+ - Wavelet-Fourier method for the destriping of sinograms
17
+ - Ghost Imaging / Structured Illumination:
18
+ - Resolution estimation
19
+ - Mask binning support
20
+ - Linear attenuation coefficient computation for a given material
21
+ ### Fixed
22
+ - Bug introduced with scikit-image 0.22
23
+ - Alignment and solvers tests
8
24
9
25
## 0.9.0 - 2023-12-24
10
26
### Added
Original file line number Diff line number Diff line change 1
- 0.9.0
1
+ 0.9.1
You can’t perform that action at this time.
0 commit comments