File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments