-
Notifications
You must be signed in to change notification settings - Fork 4
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
--head option isn't guaranteed to resample to 344x344 #14
Comments
not sure which bits of STIR are failing with the size. it should disable symmetries in the projector, but will still work (with more memory). of course Note that we really need to add z-position info into STIR sinograms and then take it into account in images. Then hopefully most of this trouble will disappear. |
In Perhaps this has been rectified and those checks can be removed? |
Partial fix for #14 Adjust x-y padding (with --head) to meet default size.
Use mark_as_superbuild to pass generator, platform info etc. This will partial solve Issue UCL#14 (but only for dependencies that build via CMake).
In fact, out MRAC acquisitions aren't the same size in x and y directions, so
nm_mrac2mu
actually produces different sizes in x and y, which is not compatible with certain aspects of STIR.Sorry for repeating, I think I have mentioned this in a previous issue, but I am creating a new one to make a PR against :)
Ash
The text was updated successfully, but these errors were encountered: