Possible discrepancy NEMA IEC IQ phantom with legacy GATE (v9) code - #1110
Open
bobberdbapje wants to merge 1 commit into
Open
Possible discrepancy NEMA IEC IQ phantom with legacy GATE (v9) code #1110bobberdbapje wants to merge 1 commit into
bobberdbapje wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While doing some checks on the IEC phantom, I noticed a possible discrepancy in how the phantom's axial length is defined in v10 vs. the GateContrib implementation from Gate v9 (https://gitlab.in2p3.fr/opengate/GateContrib/-/blob/master/imaging/PhantomSource/Analytical_Phantom/NEMA_IEC_2001.mac?ref_type=heads).
Specifically: v9 uses an interior height of 21.4 cm, and adds top and bottom plastic shells of 3 mm each, giving a total height of 22 cm. v10 instead uses a total height of 21.4 cm, with top and bottom shells of 1 cm each, giving an interior height of 19.4 cm.
I think both implementations are valid, since the NEMA guidelines seemingly only specify a minimum interior height of 180 mm with no stated maximum. Furthermore, the difference shouldn't meaningfully affect imaging results. Still, it seemed worth flagging, since it could cause confusion when translating legacy workflows to v10. I couldn't find any documentation on why these particular values were chosen (or why 21.4 cm was used as the reference height in the first place), so it's possible there's a genuine reason for the change that I'm just not aware of — raising this as a potential mismatch, not asserting the current code is wrong :)
Note: changing the phantom height may affect existing reference data (e.g. because it also changes the heights of the spheres, to keep the 7 cm distance from the top, as specified by NEMA), which I haven't checked (yet).