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

GE UHP/7T Diffusion SliceTiming Update (#796) #804

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

mr-jaemin
Copy link
Collaborator

@mr-jaemin mr-jaemin commented Mar 13, 2024

Update code to include the UserData15 = 1.0 as well as 0.5 after checking GE PSD epi2.e code

from

If (UHP or 7T) && (0.5 < UserData15 <1)
    diffCyclingModeGE = 0 (off)

To

If (UHP or 7T) && (0.5 <= UserData15 <= 1.0)
    diffCyclingModeGE = 0 (off)

@mr-jaemin
Copy link
Collaborator Author

mr-jaemin commented Mar 13, 2024

@neurolabusc I am very confident about the logic to include the case of 1.0 (although I don't have a sample dataset with 1.0). Please let me know if you have any concerns or questions.

@mr-jaemin
Copy link
Collaborator Author

Update:

I updated the code to include UserData15=0.5 as well:

If (UHP or 7T) && (0.5 <= UserData15 <= 1.0)
    diffCyclingModeGE = 0 (off)

I collected/tested dummy dataset (0.0, 0.5, 0.8, 1.0) and confirmed the results.

@neurolabusc neurolabusc merged commit 72c5e08 into rordenlab:development Mar 14, 2024
2 checks passed
@neurolabusc
Copy link
Collaborator

Thanks!

@mr-jaemin mr-jaemin mentioned this pull request Mar 14, 2024
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.

None yet

2 participants