Man page - mincextract(1)
Packages contas this manual
- mincmath(1)
- mincview(1)
- minc_modify_header(1)
- xfmflip(1)
- mincwindow(1)
- mincexpand(1)
- mnc2nii(1)
- mincstats(1)
- minccalc(1)
- mincpik(1)
- minctoecat(1)
- xfmconcat(1)
- worldtovoxel(1)
- minclookup(1)
- minctoraw(1)
- mincreshape(1)
- vff2mnc(1)
- mincaverage(1)
- invert_raw_image(1)
- minccopy(1)
- dcm2mnc(1)
- minccmp(1)
- mincinfo(1)
- mincresample(1)
- mincmorph(1)
- transformtags(1)
- mincmakevector(1)
- mincextract(1)
- mincedit(1)
- xfminvert(1)
- nii2mnc(1)
- mincconvert(1)
- xfm2def(1)
- rawtominc(1)
- voxeltoworld(1)
- ecattominc(1)
- mincdump(1)
- upet2mnc(1)
- minchistory(1)
- mincgen(1)
- mincmakescalar(1)
- mincblob(1)
- mincconcat(1)
- mincheader(1)
- mincsample(1)
- mincdiff(1)
Package: minc-tools
apt-get install minc-tools
apt-get install minc-tools
Manuals in package:
Documentations in package:
Manual
| 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
- -ascii
- Write out data as ascii strings (default)
- -byte
- Write out data as 8-bit integers
- -short
- Write out data as 16-bit 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
- -filetype
- Write out data in the type of the file
- -signed
- Write out signed data (applies only to integer types)
- -unsigned
- Write out unsigned data (applies only to integer types)
- -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
- -big-endian
- Request big-endian (most significant byte first) format.
- -little-endian
- Request little-endian (least significant byte first) format.
- -image_range low high
- Specify the range of real image values for normalization
- -image_minimum min
- Specify the minimum real image value for normalization
- -image_maximum max
- Specify the maximum real image value for normalization
- -start indexvector
- Specifies corner of hyperslab (C conventions for indices). Indices are either separated by spaces (enclosed by quotes) or commas (no quotes required).
- -count indexvector
- Specifies edge lengths of hyperslab to read. Indices are either separated by spaces (enclosed by quotes) or commas (no quotes required).
- -positive_direction
- Flip images to always have positive direction.
- -negative_direction
- Flip images to always have negative direction.
- -any_direction
- Do not flip images (Default).
- +xdirection
- Flip images to give positive xspace:step value (left-to-right).
- -xdirection
- Flip images to give negative xspace:step value (right-to-left).
- -xanydirection
- Don't flip images along x-axis (default).
- +ydirection
- Flip images to give positive yspace:step value (post-to-ant).
- -ydirection
- Flip images to give negative yspace:step value (ant-to-post).
- -yanydirection
- Don't flip images along y-axis (default).
- +zdirection
- Flip images to give positive zspace:step value (inf-to-sup).
- -zdirection
- Flip images to give negative zspace:step value (sup-to-inf).
- -zanydirection
- Don't flip images along z-axis (default).
- -help
- Print summary of command-line options and exit.
- -version
- 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 $ |