-
Notifications
You must be signed in to change notification settings - Fork 297
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
BOLD to T1w transformation #2189
Comments
Hey @JulioAPeraza, thanks for the issue - this is something that we definitely want to make available for a future release! If you still have the working directory, you should be able to retrieve these. This transformation can be calculated by 2 different paths, based on your pipeline input:
|
Yeah, this has come up before. I'm also thinking that any normalization transforms should be output if we calculate them at all, regardless of whether we save that space. If we've gone to the effort to calculate, seems silly to waste them. |
Hello, |
Pushing towards a format that can pack all the transforms together while offering a clear and easy-to-use interface to select the appropriate transform chain would definitely help with this (I'm describing https://github.com/poldracklab/nitransforms, and the BIDS-Derivatives proposed format for transforms, X5). @JulioAPeraza let us know if you want to get more involved in this or other fronts of fMRIPrep. For anyone willing to help, please check out www.nipreps.org and make sure you read through the community section to learn how investing your time can give you (and Science in general) some returns. |
Hello @oesteban, I do not have that experience with such a big repo like fMRIPrep, but I am willing to learn and help with anything the community needs. Please, let me know how to get involved. Thanks! |
I think this would be the best starting point - https://www.nipreps.org/community/CONTRIBUTING/ Then, the second step would be to go around the issue tracker of each project (starting with the one you're most interested in) and find issues labeled "good first issue" or "low hanging fruit" or "help wanted". Typically writing documentation is a low-barrier entry point (and you get to think through topics of your interest and how to explain them to others). After that, I would search for those features you most badly want to see implemented in fMRIPrep. Once you have identified one, the hacking starts! |
Dear developers,
I have run fMRIPrep on a multi-echo dataset using the latest release (20.1.1).
I am using the ME-ICA implemented in tedana for denoising. I ran tedana using echo-specific and partially preprocessed data (
vol0000_xform-00000_merged.nii.gz
), which I collected from the working directory of fMRIPrep. Now, I am trying to transform the output of tedana to the MNI space using the transformations saved by fMRIPrep.I realized you store in
anat
the transformationsub-01_from-T1w_to-MNI152NLin6Asym_mode-image_xfm.h5
, but I cannot find the transformationfrom-native_to-T1w
.I looked into:
but the
fsl2itk_fwd
file is missing in the latest release. I was wondering if you can help me find that transformation?I was also wondering if it would be possible to have the transformation from the native space to the T1w, for each functional run/task/ses, saved in the
func
folder. That would be something likesub-01_ses-01_task-rest_from-native_to-T1w_mode-image_xfm.h5
. Similar issue: #1184.Thank you so much for your help!
Julio A.
The text was updated successfully, but these errors were encountered: