questions > DCE: a single file for each time in the sequence.
Showing 1-2 of 2 posts
Display:
Results per page:
May 7, 2020  08:05 PM | Giulio Benetti
DCE: a single file for each time in the sequence.
Dear all, I would like to know if the last dcm2niix version there is the possibility to label with a number from 0 to n the volumes at different times in a DCE sequence.

Thank you.
May 8, 2020  02:05 PM | Chris Rorden
RE: DCE: a single file for each time in the sequence.
I would suggest you use fslsplit to segment 4D time series into 3D volumes (and fslmerge to convert 3D too 4D). You could also achieve this with a simple script. Here is a Python script to split 4D time series:
Attachment: nii_split.py