SortSlices4D¶
- MLModule¶
genre
author
package
dll
definition
keywords
sorting,functional,dynamic,cine,MR,fMRI,timeseries,images
Purpose¶
The module SortSlices4D sorts 4D TIFF images with missing information about their 4D nature to slices.
The same applies for images that have erroneously been imported as 3D images instead of 4D with multiple time points.
Usage¶
Specify if all time points for each slice, or if all slices for each time point are grouped together.
Details¶
The module does not care about any information on absolute time points.
It was originally intended to deal with 3D TIFF images where such information is not available.
Tips¶
Note: only dividers of the total number of slices are accepted for number of time points.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Input image, typically 3D or 4D (with erroneously sorted time points).
Parameter Fields¶
Visible Fields¶
Order time first (x-y-t-z)¶
- name: orderTimeFirst, type: Bool, default: FALSE¶
If checked, different time points of one slice are grouped together in input data.
Num. Timepoints¶
- name: numTemporalPos, type: Integer, default: 1¶
Sets the desired number of time points on output (default: 1, also if number is invalid).