I was having some issues with alignment and you guys recommended getting phase encoding scans for distortion correction. Well I ended up adding that to my protocol except we use the worst scanner make (GE) and I’ve never used phase encoding scans before so I’d just like to make sure I’m creating the right files for use in the pipeline. My scans are 2 pepolar scans per run (so 3 total as I have 3 runs). I have read every thread with the word “pepolar” in it and here’s what I have come up with in terms of questions and conclusions.
-
I’ll start with the world’s stupidest question: Can you make the field maps by simply running
dcm2niix
? Running this on my pepolar scans gives the same output including the same “PhaseEncodingAxis”: “I” and “InPlanePhaseEncodingDirectionDICOM”: “ROW” so I’m not sure if this is the correct first step. -
Given the above info it seems easiest to create the .json files as Chris made them here with just these 3 parameters and running
dcm2niix
does give “TotalReadoutTime”: 0.025956. Would it be ok to rundcm2niix
on the .dcm files, scrap the .json files it makes, make one from scratch with the parameters in Chris’ files? Or is there a better way? If this is in fact the easiest way, how does one go about figuring out which scan direction is ‘I’ and which is ‘I-’ given this minimal GE information. I should note that when I download my scans I get this screen (below) which tells me the pepolar=1 scan is probably the reverse polarity scan. Should I just eat it and hard-code all of these scans as “I-” or is there an easier way? -
Once you’ve made your initial field maps with
dcm2niix
or whatever, do you need to edit them in any way? I saw in this thread something about ‘cutting’ longer scans but I think this is for EPIs (not distortion correction?) but just wanted to make sure. -
Finally, once the maps are made and “processed” you use BOTH of them for each scan, correct?I’m looking at Chris’ example dataset from the first link and, for example, he has a file named “sub-100307_acq-EMOTIONLR_dir-1_epi.json” which is encoded in the “I-” direction and sub-100307_acq-EMOTIONLR_dir-2_epi.json which is encoded in the “I” direction that are “IntendedFor” the same .nii file so I would basically do the same thing, I imagine, with my files. So I guess my question is I use both and not just one, correct?
I’m so sorry for this really basic post - the BIDS specification tells me what the .json file should look like but not how to get there (and GE does not help).
Thank you guys for everything.
Lauren