Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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  com-
     mand-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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=minccopy&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help