Skip to content

Commit e658b03

Browse files
Update documentation/release_6.3.htm
Co-authored-by: Kris Thielemans <KrisThielemans@users.noreply.github.com>
1 parent 43d0ad6 commit e658b03

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

documentation/release_6.3.htm

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ <h3>Changed functionality</h3>
132132
<h3>Bug fixes</h3>
133133
<ul>
134134
<li>
135-
Fixed a bug in the SPECTUB matrix (introduced in 4.0) that inverted the SPECT reconstruction along the axis.
136-
This had resulted with an inconsitent attenuation correction orientation compared to the reonctructed image.
137-
The axis inversion is now reverted, so if your scripts were using an inverted attenuation map they need to be
138-
updated with this release.
139-
See <a href="https://github.com/UCL/STIR/pull/1631"">PR #1631</a>" . </li>
135+
Fixed a bug in the SPECTUB matrix (introduced in 4.0) that effectively inverted the "x" (horizontal) axis for the
136+
attenuation image. This resulted in an inconsistent attenuation image orientation compared to the reconstructed emission image.
137+
This axis inversion is now reverted, so if your scripts are using an attenuation map, you need to ***remove**
138+
calls to `invert_axis x` (or code to that effect) to get correct results.<br>
139+
See <a href="https://github.com/UCL/STIR/pull/1631"">PR #1631</a>".
140+
</li>
140141
</ul>
141142
<li>
142143
Fixed a bug in the scatter estimation code (introduced in release 5.1.0) if input data is 3D and "cylindrical"

0 commit comments

Comments
 (0)