GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

mincextract - dump a hyperslab of MINC file data

mincextract [options] mincfile

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

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
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.

Peter Neelin

Copyright © 1993 by Peter Neelin

minctoraw(1)

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

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.