-
Notifications
You must be signed in to change notification settings - Fork 39
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
Register the FLAIR or T2 to the T1w space #69
Comments
Thanks for proposing this. I think it makes sense to do this unconditionally on FLAIR and T2w images. Some options for registration:
I suspect the biggest concern most of the time is going to be changes in neck position throwing off the cost function, which all three of these methods should handle reasonably well. There are also histogram-matching techniques, but those work better on skull-stripped brains, which adds complexity. I would probably start by, outside of fMRIPrep, giving each of these a try and seeing whether any is obviously better or worse than the others. Related: nipreps/fmriprep#474 |
This sounds good to me! Thanks for listing the potential methods. Since my data set only has T2 but not FLAIR, I am wondering if there is any open sources data set that I can try all three methods with? I assume the comparison is mostly by eye on this step? Thanks again Chris! |
I would check OpenNeuro. If you have datalad, you can search all of it pretty easily: datalad install -r ///openfmri
find openfmri -name '*FLAIR.nii*' (I actually just ran it to check, and it looks like ds000221 and ds000244 are good candidates. And a lot have T2w, as well, if you want to try some more datasets.) And yes, this is basically by eye. |
Thanks! I will follow up when I am done with this step. |
Hi @wanjiag, We are collecting both T1w and T2w data for all our fMRI studies. We are using HCP to pre process our data. Recently I started to use fMRIprep to pre process our structural and TASK data. I found out we don't see T2w outputs after running fMRIprep. I only see T1w outputs like following sub-500_desc-preproc_T1w.nii.gz Do you thing it's possible to get T2w outputs like T1w's ? Thank you |
Coregister FLAIR and/or T2 into the T1w space, and add this option as derivatives for fmriprep.
The text was updated successfully, but these errors were encountered: