From d05f033ffbe888534b8da5c62229798410be65a2 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Wed, 10 Jan 2024 21:52:56 +0000 Subject: [PATCH] enable branching ratio in BinNormalisatoonWithCalibration we were not using the radionuclide in the exam_info used for set_up, but an (uninitialised) class radionuclide class member, therefore always defaulting to 1 (afer writing a warning). However, this means that images will now have a different scale. Also remove the get/set_branching_ratio members, as they shouldn't really be part of the normalisation object. This therefore breaks backwards-compatibility! --- documentation/release_6.0.htm | 16 +++++++- .../BinNormalisationWithCalibration.h | 12 +++--- .../BinNormalisationWithCalibration.cxx | 38 +++++++------------ 3 files changed, 34 insertions(+), 32 deletions(-) diff --git a/documentation/release_6.0.htm b/documentation/release_6.0.htm index 5221c56458..7e0660e377 100644 --- a/documentation/release_6.0.htm +++ b/documentation/release_6.0.htm @@ -44,7 +44,16 @@

Patch release info

Summary for end users (also to be read by developers)

Changes breaking backwards compatibility from a user-perspective

-