Scroll to navigation

MINCTORAW(1) MINC User's Guide MINCTORAW(1)

NAME

minctoraw - copy data from a MINC file.

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 superseded by mincextract.

OPTIONS

Write out data as 8-bit integers
Write out data as 16-bit integers
Write out data as 32-bit integers
Superseded by -int
Write out data as single precision floating-point values
Write out data as double precision floating-point values
Write out signed data (applies only to integer types)
Write out unsigned data (applies only to integer types)
Specify the range of output values
Normalize integer pixel values to file max and min (Default)
Turn off pixel normalization
Request big-endian (most significant byte first) format.
Request little-endian (least significant byte first) format.
Print summary of command-line options and exit.
Print the program's version number and exit.

SEE ALSO

mincextract(1)

$Date: 2004-05-20 21:52:09 $