-
Notifications
You must be signed in to change notification settings - Fork 128
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 scanners: single file fieldmap/magnitude #812
Comments
Hey Amir, Not sure, if it's relevant but I had a similar issue with dual-echo fieldmaps (acquired on Siemens scanner though). Unfortunately, I couldn't find the solution but there is a bit of discussion here: |
Hey Egor, Thanks for the mention, I've seen the issue you've raised but I was hoping some fix may have been added since. Have you tried anything other than the one you told there? |
I must be missing the point, but shouldn't you just generate the key which has FWIW - it is |
So, I changed that part of the heuristics into
Here is the tree structure of the fmap folder:
There are two "fieldmap" files, (1) is a magnitude image, (2) is a dual-echo fieldmap. The point is, in dicominfo.tsv there is only one line with "B0rf Map" for these two files. Do you have any suggestions that I should make? |
Hi,
I'm using Heudiconv 1.3.2 (singularity) on a dataset. I noticed subjects acquired with GE scanners have a single row in their dicominfo.tsv with
series_description: "B0rf map"
, dims: 64x64x160. My first thought was that maybe this is "Sbref" (putting it in heuristics.py asb0rf = create_key("sub-{subject}/{session}/func/sub-{subject}_{session}_acq-rest_sbref"
). After conversion, it generated two files (sbref1 and 2): one withBidsGuess: "fieldmap"
with units in Hz with two Echo times and the otherBidsGuess: "magnitude"
.I would like to know what change should I make/add in the heuristics to have HeudiConv automatically generate these images in fmap for me.
Thanks!
Amir
The text was updated successfully, but these errors were encountered: