Dear all,
I have acquired 4D data on a Siemens machine, and I'm using
mri_convert to turn the DICOMs into NIFTI files. Now, I would like to
"rectify" the 4D NIFTI volume, such that the principal axes display in
a standard way in fslview.
I can do this for 3D files like this is, and it works a charm for all
sorts of original orientations:
mri_convert --out_orientation LAS input.nii rectified_output.nii
However, when I'm using a 4D NIFTi file as input, only the first
volume is included in the rectified output and the rest is truncated.
I was wondering if this is a known limitation, and if there is another
tool I could use on 4D files which would save me having to split them
up before reorientation?
BTW, I've tried this on Freesurfer 4.3.0 and 4.0.5.
Thanks in advance for your help,
Johannes