FSLUtils
From hpcwiki
FSL provides a set of simple applications to explore, analyze and operate images. Here, some of them.
FSLInfo | Displaying information about the image |
---|
fsl5.0-fslinfo intro/structural.nii.gz
data_type INT16
dim1 256
dim2 256
dim3 128
dim4 1
datatype 4
pixdim1 1.0000000000
pixdim2 1.0000000000
pixdim3 1.2500000000
pixdim4 1.0000000000
cal_max 25500.0000
cal_min 20.0000
file_type NIFTI-1+
FSLHd | Displaying high description about the image |
---|
fsl5.0-fslhd intro/structural.nii.gz
|
|
FSLStats | Compute some statistics from image intensities, as minimum, maximum, etc... |
---|
fsl5.0-fslstats intro/highres.nii.gz -R -r
Here the first two values corresponds to minimum and maximum values (-R option), the other two values are the minimum and maximum if the outer tails of the intensity distribution are ignored.
0.000000 32767.000000 0.000000 16711.169922
fsl5.0-fslstats intro/highres.nii.gz -l 1 -R -r
Here the -l 1 option indicate the lower limit (avoiding zero values)
11.000000 32767.000000 2696.991943 18976.724609
fsl5.0-fslstats intro/highres.nii.gz -l 1 -R -r -m -M
Here -m and -M indicates the mean and mean without zeros respectively and correspond to fifth and sixth values.
11.000000 32767.000000 2696.991943 18976.724609 12057.230531 12057.230531