debian man page for minccopy

Query: minccopy

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
minccopy - copy minc image values from one minc file to another
SYNOPSIS
minccopy [-pixel_values] [-real_values] infile outfile
DESCRIPTION
minccopy copies image values from one minc file to another. Both the input and output files must exist, and the images in both files must have an equal number dimensions and equal dimension lengths. By default the real value of each pixel is copied. Use the -pixel_values to copy the pixel values instead. NOTE: This program is intended primarily for use with scripts such as mincedit. It does not follow the typical design rules of most MINC command-line tools and therefore should be used only with caution.
OPTIONS
-pixel_values Copy voxel values in raw mode. -real_values Copy voxel intensities (default). -help Print summary of command-line options and exit. -version Print version number of program and exit.
AUTHOR
Peter Neelin
COPYRIGHTS
Copyright (C) 1993 by Peter Neelin $Date: 2004-05-20 21:52:08 $ MINCCOPY(1)
Related Man Pages
ecattominc(1) - debian
mincinfo(1) - debian
mincmakevector(1) - debian
mincpik(1) - debian
minctoecat(1) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file