man minctoraw (Commandes) - dump MINC file data
NAME
minctoraw - dump MINC file data
SYNOPSIS
minctoraw [options] mincfile
DESCRIPTION
minctoraw dumps a chunk of MINC file data to standard output in the format of your choice.
This program is largely superceeded by mincextract.
OPTIONS
-byte Write out data as bytes
-short Write out data as short integers
-int Write out data as 32-bit integers
-long Superseded by -int
-float Write out data as single precision floating-point values
-double Write out data as double precision floating-point values
-signed Write out signed data
-unsigned Write out unsigned data
-range low high Specify the range of output values
-normalize Normalize integer pixel values to file max and min (Default)
-nonormalize Turn off pixel normalization