File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,21 @@ <h4>Changes to examples</h4>
144144 < h3 > Bug fixes</ h3 >
145145 < ul >
146146 < li >
147- Fixed a bug in the SPECTUB matrix (introduced in 4.0) that effectively inverted the "x" (horizontal) axis for the
148- attenuation image. This resulted in an inconsistent attenuation image orientation compared to the reconstructed emission image.
149- This axis inversion is now reverted, so if your scripts are using an attenuation map, you need to ***remove**
150- calls to `invert_axis x` (or code to that effect) to get correct results.< br >
151- See < a href ="https://github.com/UCL/STIR/pull/1631 ""> PR #1631</ a > ".
152- </ li >
153- </ ul >
147+ Fixed a bug in the SPECTUB matrix (introduced in 4.0) that effectively inverted the "x" (horizontal in-plane) axis for the
148+ emission image as part of the projection. This resulted in the need for an inconsistent attenuation
149+ image orientation compared to the reconstructed emission image.
150+ This axis inversion is now reverted, so
151+ < ul >
152+ < li > < strong > reconstructions of existing SPECT data will have an x-flip with
153+ respect to previous versions of STIR</ strong > (unless older than 4.0).
154+ </ li >
155+ < li > if your scripts are using an attenuation map, you need to < strong > remove
156+ calls to < code > invert_axis x</ code > on the attenuation map</ strong > (or code to that effect) to get correct results.
157+ </ li >
158+ </ ul >
159+ < br >
160+ See < a href ="https://github.com/UCL/STIR/pull/1631 "> PR #1631</ a > .
161+ </ li >
154162 < li >
155163 Fixed a bug in the scatter estimation code (introduced in release 5.1.0) if input data is 3D and "cylindrical"
156164 (there was no bug for "blocksoncylindrical" data).
You can’t perform that action at this time.
0 commit comments