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

[FIX] Update fetch.py with pediatric ARC ROI mapping #1143

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

chiuhoward
Copy link
Contributor

Current mapping is:
ARC include0 = SLF include0
ARC include1 = SLF exclude0
ARC include2 = SLF include1

This results in premature clipping of the ARC as ARC include2 is between ARC include0 and ARC include1.

Swapping the mapping ensures that ARC is clipped correctly by redefining the ROIs mapped from the SLF.

Before
image

After
image

Current mapping is:
ARC include0 = SLF include0
ARC include1 = SLF exclude0
ARC include2 = SLF include1

This results in premature clipping of the ARC as ARC include2 is between ARC include0 and ARC include1.

Swapping the mapping ensures that ARC is clipped correctly by redefining the ROIs mapped from the SLF.
@chiuhoward
Copy link
Contributor Author

chiuhoward commented Jun 4, 2024

New mapping would therefore be:

ARC include0 = SLF include0
ARC include1 = SLF include1
ARC include2 = SLF exclude0

image

@36000
Copy link
Collaborator

36000 commented Jun 5, 2024

LGTM!

@36000 36000 merged commit 7126a40 into master Jun 5, 2024
21 checks passed
@chiuhoward chiuhoward deleted the chiuhoward-patch-1 branch June 5, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants