Ok, that makes sense. Thanks a lot!
This one might be a bit more tricky:
In another scan, which is multi echo (echoes) I am questioning the SliceTiming and SliceOrder in the json files. I am not confident about this at all, as entering these numbers was rather rushed, by someone who tends to make mistakes, and I didn’t completely follow through.
The NumberOfSlices is correct, as is the MultibandChannels.
This is what is in the json file:
“NumberOfSlices”: 38,
“MultibandChannels”: 2,
“SliceOrder”: [
[0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 1, 3, 5, 7, 9, 11, 13, 15, 17],
[19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 20, 22, 24, 26, 28, 30, 32, 34, 36]
],
“SliceTiming”: [
0.0, 1.15789474, 0.11578947, 1.27368421, 0.23157895, 1.38947368,
0.34736842, 1.50526316, 0.46315789, 1.62105263, 0.57894737, 1.73684211,
0.69473684, 1.85263158, 0.81052632, 1.96842105, 0.92631579, 2.08421053,
1.04210526, 0.0, 1.15789474, 0.11578947, 1.27368421, 0.23157895,
1.38947368, 0.34736842, 1.50526316, 0.46315789, 1.62105263, 0.57894737,
1.73684211, 0.69473684, 1.85263158, 0.81052632, 1.96842105, 0.92631579,
2.08421053, 1.04210526
]
But I think according to the content of the PAR of the Phillips Achieva Scanner, the slice acquisition order should be different.
Following the structure of the PAR file, if I follow the same pattern which in the single echo scan PAR file I find goes from 40 down to 1, I find this pattern in the ME data:
1 3 5 7 9 11 13 15 17 19 2 4 6 8 10 12 14 16 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Yet, given that this is multi band, acquired interleaved, I really don’t know how this should be specified in terms of SliceTiming and SliceOrder.
I’ll provide an excerpt from the PAR file here as a txt file.
Thank you very much in advance for your help on this one as well.
excerpt PAR multi echo.txt (78.1 KB)