-
Notifications
You must be signed in to change notification settings - Fork 95
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
Allow TOF mashing in SSRB #1464
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0f906f - Browse repository at this point
Copy the full SHA e0f906fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d983b - Browse repository at this point
Copy the full SHA 80d983bView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 854c5c6 - Browse repository at this point
Copy the full SHA 854c5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0001ab - Browse repository at this point
Copy the full SHA b0001abView commit details
Commits on Jun 3, 2024
-
src/buildblock/SSRB.cxx: bugfix: connect in_tof_bin to out_tof_bin
src/utilities/SSRB.cxx: formatting of help doc-string
Configuration menu - View commit details
-
Copy full SHA for 53a0446 - Browse repository at this point
Copy the full SHA 53a0446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884a65e - Browse repository at this point
Copy the full SHA 884a65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f1139 - Browse repository at this point
Copy the full SHA 73f1139View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8948c7a - Browse repository at this point
Copy the full SHA 8948c7aView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edbd193 - Browse repository at this point
Copy the full SHA edbd193View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc787f5 - Browse repository at this point
Copy the full SHA cc787f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2493ae0 - Browse repository at this point
Copy the full SHA 2493ae0View commit details
Commits on Jul 1, 2024
-
This results in shorter code, but also consistent. There was a "problem" in the previous version that the TOF bin was actually used as tang_pos_num when determining get_m() (but it didn't create a problem as currently get_m() in independent of both).
Configuration menu - View commit details
-
Copy full SHA for ba80e3b - Browse repository at this point
Copy the full SHA ba80e3bView commit details
Commits on Jul 3, 2024
-
SSRB: norm should not count TOF bins
even if do_norm=1, we should not normalise with the number of TOF bins. This is because the projectors will take the width of the TOF bin properly into account. (In contrast, for "span", they don't).
Configuration menu - View commit details
-
Copy full SHA for d874fbf - Browse repository at this point
Copy the full SHA d874fbfView commit details -
make simulate_PET_data_for_tests.sh more flexible
add a few arguments and configurable environment variables to be able to modify the output of the simulation
Configuration menu - View commit details
-
Copy full SHA for 34c40c8 - Browse repository at this point
Copy the full SHA 34c40c8View commit details -
avoid caching matrix for forward projection
Using the cache has very little impact on run-time for a single forward projection, but affects memory a lot. This is especially important for TOF.
Configuration menu - View commit details
-
Copy full SHA for d96d8fc - Browse repository at this point
Copy the full SHA d96d8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9cbda3 - Browse repository at this point
Copy the full SHA f9cbda3View commit details
Commits on Jul 4, 2024
-
convert some old-style warning() to new-style
When using a single int as argument, the old style version is actually not used anymore due to the overload with the verbosity presumably. So use boost::format
Configuration menu - View commit details
-
Copy full SHA for 24a9102 - Browse repository at this point
Copy the full SHA 24a9102View commit details -
change max_rd for STE test-case
span=2, max_rd=2 is unexpected, and leads to a bug in FBP3DRP etc. Changing to the expected case of max_rd=3 for now.
Configuration menu - View commit details
-
Copy full SHA for 131f3ad - Browse repository at this point
Copy the full SHA 131f3adView commit details