Hello,
After converting my DICOMs to NIfTI, I ran the following command in AFNI to check the slice timing information:
3dinfo -slice_timing ./EPI.nii
The result was as follows:
0.945, 1.95, 0.8875, 1.89, 0.8275, 1.8325, … 0.12, 1.1225, 0.06, 1.065, 0, 1.005
(FYI, TR=2, # slices = 34, interleaved & descending)
However, using the AFNI GUI for images and graphs to manually examine the k coordinate (z-axis) and @t values, I found that the time-offsets per slice did not match the output of 3dinfo
at all.
For example:
0, 0, 0.945, 0.945, 1.95, 0.885, 1.89, 0.8275… 1.3, 0.2375, 1.24, 0.1775, 1.1825, 0.1175, 1.1225, 0.06
(<–foot head–>, FYI)
It seems as if the bottom two slices were acquired at 0 seconds, followed by acquisition in descending order from the head.
It is possible that the output of the 3dinfo
command can differ from the actual data?