Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable branching ratio in BinNormalisationWithCalibration #1573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KrisThielemans
Copy link
Collaborator

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 fix 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!

(There are currently still some typos here.)

This branch will undergo forced pushes, so be careful where you merge it!

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!
@KrisThielemans KrisThielemans added this to the v7.0 milestone Mar 8, 2025
@danieldeidda
Copy link
Collaborator

I also just realised that if there is a calibration factor in the header this is not applied (SPECT)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants