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

Hotfix 20240422 #34

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Hotfix 20240422 #34

merged 2 commits into from
Apr 23, 2024

Commits on Apr 22, 2024

  1. Fixed error in parsing energy resolution to STIR

    Energy resolution in the scanner parameter file must be defined as a percentage (%), as gathered by SimSET: https://depts.washington.edu/simset/html/user_guide/detector_modelling.html
    
    On the other hand, STIR requires the energy resolution to be expressed as a fraction of the reference energy (which is set to 511). This means that instead of a perfectage needs to be expressed as a fraction of 1.
    
    So the percentage needs to be divided by 100 to be fraction of 1.
    txusser committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    065dae8 View commit details
    Browse the repository at this point in the history
  2. NeuroLF_BPET

    Included the model for the NeuroLF_BPET developed by Claudia for the CDTI project
    txusser committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ea742d6 View commit details
    Browse the repository at this point in the history