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

examples scatter_simulation.py fails with STIR 6.0 #1238

Closed
KrisThielemans opened this issue Mar 25, 2024 · 0 comments
Closed

examples scatter_simulation.py fails with STIR 6.0 #1238

KrisThielemans opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels

Comments

@KrisThielemans
Copy link
Member

https://github.com/SyneRBI/SIRF/blob/master/examples/parameter_files/scatter_template.hs does not contain Maximum number of non-arc-corrected bins :=, leading to a default value of 0. This now raises an error due to UCL/STIR#1402, even though the value is set later (as far as I can remember).

Easiest is to add

 Maximum number of non-arc-corrected bins := 63

We can then just as well fix

-p <path>, --path=<path> path to data files, defaults to data/examples/PET
subfolder of SIRF root folder

the default is
data_path = os.path.join(os.path.dirname(__file__), '..', '..', 'parameter_files')

Are we not running these examples in Github Actions?

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

No branches or pull requests

2 participants