Hello, I am very sorry for newbie question.
I am trying to unwarp fMRI file using b0map.
And I have some trouble with SIEMENS triotim data, sequence name is “*fm2d2r”.
for some subject, It include 1 magnitude map and 1 phasediff map, but in some subject, It only includes 2 magnitude map for different echotime (_e1.nii.gz, _e2.nii.gz)
And both subject has same count of dicom files, (39 dicom files for each echotime) so I wander about what’s wrong with this
I searched in neurostar about this and found this article, but It seems not perfectly match with my problem…
dicom_hdr (e1/e2)TE6.50_000001.dcm | grep "0020 0011"
0020 0011 2 [2110 ] // REL Series Number//5
$ dicom_hdr (e1/e2)TE6.50_000001.dcm" | grep "0020 0013"
0020 0013 2 [2130 ] // REL Instance Number//26
$ dicom_hdr (e1/e2)TE8.96_000001.dcm" | grep "0020 0011"
0020 0011 2 [2110 ] // REL Series Number//5
$ dicom_hdr (e1/e2)TE8.96_000001.dcm" | grep "0020 0013"
0020 0013 2 [2130 ] // REL Instance Number//14
$ dicom_hdr (m/ph)TE6.50_000001.dcm" | grep "0020 0011"
0020 0011 2 [2108 ] // REL Series Number//5
$ dicom_hdr (m/ph)TE6.50_000001.dcm" | grep "0020 0013"
0020 0013 2 [2128 ] // REL Instance Number//35
$ dicom_hdr (m/ph)TE8.96_000001.dcm" | grep "0020 0011"
0020 0011 2 [2108 ] // REL Series Number//6
$ dicom_hdr (m/ph)TE8.96_000001.dcm" | grep "0020 0013"
0020 0013 2 [2128 ] // REL Instance Number//21
I have a question that if I can convert e1 and e2 files into phasediff file, or if I can get phasediff file from this dicom file. thanks a lot!