We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The calculation of the flattened detector ID in the python generator example is wrong:
PETSIRD/python/petsird_generator.py
Line 72 in ae3a048
Should read:
rep_volume.ids.append(rep2 + N2 * (rep1 + N1 * rep0))
since rep2 is increasing the fastest.
rep2
The text was updated successfully, but these errors were encountered:
fix module_id order
a167a55
Fixes ETSInitiative#54
Helper/generator fixes (#56)
f8616f8
* fix module_id order Fixes #54 * fix conversion from detector_id to mod/el follow agreed order fixes #55 * simplify id generation
KrisThielemans
Successfully merging a pull request may close this issue.
The calculation of the flattened detector ID in the python generator example is wrong:
PETSIRD/python/petsird_generator.py
Line 72 in ae3a048
Should read:
since
rep2
is increasing the fastest.The text was updated successfully, but these errors were encountered: