-
Notifications
You must be signed in to change notification settings - Fork 228
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
SliceTiming for GE Diffusion #635
Comments
Thanks for your PR |
v1.0.20220915+ |
@mr-jaemin: Just wanted to mention that this PR is reporting values for the |
@mharms Thanks for catching and reporting this issue. You are right: the |
@mharms Could you please try the fix, now in the development branch? |
The minor issue that I raised here has been resolved (on the particular data I was testing) with #645. |
Although GE EPI diffusion "epi2" does not store slice timing information in DICOM header, the slice timing information can be calculated using this method/code used in fMRI;
The diffusion EPI "epi2" is a special case of this approach:
Exception:
Three configurations (Premier, UHP, 7T) uses diffusion gradient cycling for thermal management. There are different cycling modes in product PSD:
-- CV12
(0019,10B3)
UserData12 = 1-- CV12
(0019,10B3)
UserData12 = 2-- CV12
(0019,10B3)
UserData12 = 3-- For 4 popular multi-site studies: ABCD, ADNI3-Adv, HCP-lifespan, UK BioBank
-- CV15
(0019,10B6)
UserData15 = 0.72I would propose the following approach to generate SliceTiming for GE Diffusion:
To accommodate for/support the following scenarios:
I would propose the (undocumented) program option(--diffCyclingModeGE) to specify/override cycling mode
I will submit a pull requests for your review.
The text was updated successfully, but these errors were encountered: