From 217adabdd5fe0a8bed3030d06b1cbf213e33f806 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Sun, 23 Jun 2024 10:11:56 +0000 Subject: [PATCH] lower default min-scale-factor for scatter tail-fitting Set default to 0.05 (was .4). This prevents problems with the mMR (and others?). Addresses https://github.com/UCL/STIR/issues/1280 --- documentation/release_6.2.htm | 12 +++++++++++- .../scatter_estimation.par | 6 ++++-- src/scatter_buildblock/ScatterEstimation.cxx | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/documentation/release_6.2.htm b/documentation/release_6.2.htm index b8d738acb9..ccab3e59ea 100644 --- a/documentation/release_6.2.htm +++ b/documentation/release_6.2.htm @@ -8,7 +8,8 @@

Summary of changes in STIR release 6.2

- This version is 100% backwards compatible with STIR 6.1. However, C++-17 is now required. + This version is 100% backwards compatible with STIR 6.1, aside from the default of the + tail-fitting of the scatter estimator (see below). However, C++-17 is now required.

Overall summary

@@ -55,6 +56,15 @@

New functionality

Changed functionality