-
Notifications
You must be signed in to change notification settings - Fork 296
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
Wrong registration between fMRI data and fieldmap #3406
Comments
Are the data public? I haven't seen something like this. I could try to reproduce it locally and investigate. |
It is not public, but may I share one subject to your google drive ([email protected]) please? I have tried to debug it, it seems to be random walker from skimage.segmentation problem in bold_fit_wf (unwarp_wf (brainextraction_wf (masker (brainmask). Could you help me please? Thank you! |
This username at gmail works. |
Already sent. Thank you |
I found the issue could be related to bold unwarp brainmasker https://github.com/nipreps/sdcflows/blob/master/sdcflows/utils/tools.py#L154, and I tried different ball and padding number, but the masks all seem not good. Could you help me please? Thank you.
|
With #3415: |
Thank you! |
What happened?
Hi every one, recently I am working on a fMRIPrep for
this example dataset for subeject 33 session Y01: original -containning two imaginary and two real fieldmaps apart from two magnetitude fieldmaps under fmap folder; and processed – I merged imaginary and real fieldmaps into two phase fieldmaps first using Python Nib.arctan function.
I also tried run on my local pc, same results.
The fmriprep-output shows that there is something wrong with registration.
There is something wrong with bold brain mask.
This is the bold mask if we apply fieldmap correction:
This is the bold mask if we do not apply fieldmap:
Can you help me on this, please? How can I fix the registration problem? I have been stuck on this for a long while. Thank you! Appreciate it if you could help!
What command did you use?
What version of fMRIPrep are you running?
24.1.1
How are you running fMRIPrep?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
Work directory
Please copy and paste any relevant log output.
No response
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: