Scroll to navigation

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

NAME

mincextract - dump a hyperslab of MINC file data

SYNOPSIS

mincextract [options] mincfile

DESCRIPTION

mincextract dumps a chunk of MINC file data to standard output in the format of your choice.

OPTIONS

Write out data as ascii strings (default)
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 data in the type of the file
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.
Specify the range of real image values for normalization
Specify the minimum real image value for normalization
Specify the maximum real image value for normalization
Specifies corner of hyperslab (C conventions for indices). Indices are either separated by spaces (enclosed by quotes) or commas (no quotes required).
Specifies edge lengths of hyperslab to read. Indices are either separated by spaces (enclosed by quotes) or commas (no quotes required).
Flip images to always have positive direction.
Flip images to always have negative direction.
Do not flip images (Default).
+xdirection
Flip images to give positive xspace:step value (left-to-right).
Flip images to give negative xspace:step value (right-to-left).
Don't flip images along x-axis (default).
+ydirection
Flip images to give positive yspace:step value (post-to-ant).
Flip images to give negative yspace:step value (ant-to-post).
Don't flip images along y-axis (default).
+zdirection
Flip images to give positive zspace:step value (inf-to-sup).
Flip images to give negative zspace:step value (sup-to-inf).
Don't flip images along z-axis (default).
Print summary of command-line options and exit.
Print the program's version number and exit.

AUTHOR

Peter Neelin

COPYRIGHTS

Copyright © 1993 by Peter Neelin

SEE ALSO

minctoraw(1)

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