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 underlying *PinholeSPECTUB* code uses the following global variables:
*PinholeSPECTUB*
https://github.com/UCL/STIR/blob/43b674789ca0e8865b33aa2fcded5992c8f2ca4f/src/recon_buildblock/ProjMatrixByBinPinholeSPECTUB.cxx#LL86C1-L93C2
This creates problems when
The suggested solution is to change the global variables to class members as done with the SPECTUB code (see issue #1108 and fix #1169).
The text was updated successfully, but these errors were encountered:
Change PinholeSPECTUB global variables to class members to fix UCL#1211
cb9e5d0
Successfully merging a pull request may close this issue.
The underlying
*PinholeSPECTUB*
code uses the following global variables:https://github.com/UCL/STIR/blob/43b674789ca0e8865b33aa2fcded5992c8f2ca4f/src/recon_buildblock/ProjMatrixByBinPinholeSPECTUB.cxx#LL86C1-L93C2
This creates problems when
The suggested solution is to change the global variables to class members as done with the SPECTUB code (see issue #1108 and fix #1169).
The text was updated successfully, but these errors were encountered: