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
MINCMAKEVECTOR(1) MINC User's Guide MINCMAKEVECTOR(1)

mincmakevector - convert a list of scalar minc files into one vector file

mincmakevector [<options>] <in>.mnc [...] <out>.mnc

Mincmakevector converts a list of scalar minc files into one vector minc file. A vector minc file is one that contains the dimension vector_dimension as the fastest varying dimension of the image data and represents vector data at each voxel such as RGB images or gradient volumes. A scalar minc file does not contain the vector dimension and represents grayscale or intensity data.

Note that options can be specified in abbreviated form (as long as they are unique) and can be given anywhere on the command line.

-2
Create a MINC 2.0 format output file.
Overwrite an existing file.
Don't overwrite an existing file (default).
Synonym for -noclobber.
Print out progress information for each chunk of data copied (default).
Do not print out progress information.
Specify the maximum size of the internal buffers (in kbytes). Default is 10 MB.
Create an output file with the same type as the first input file (default).
Store output voxels as 8-bit integers.
Store output voxels as 16-bit integers.
Store output voxels as 32-bit integers
Superseded by -int.
Store output voxels as 32-bit floating point numbers.
Store output voxels as 64-bit floating point numbers.
Create an output file with data stored in a signed type. This only has an effect if the one of the -byte, -short or -int options is specified.
Create an output file with data stored in an unsigned type. This only has an effect if the one of the -byte, -short or -int options is specified.
Create an output file with integer data stored in the specified restricted range. This only has an effect if the one of the -byte, -short or -int options is specified.

Print summary of command-line options and exit.
Print the program's version number and exit.

To convert files containing red, green and blue colour components into an RGB file:


mincmakevector red.mnc green.mnc blue.mnc rgb.mnc

Peter Neelin

Copyright 1997 by Peter Neelin

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