Skip to content

Commit faca7de

Browse files
update release notes again
1 parent 36be7eb commit faca7de

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

documentation/release_6.3.htm

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)