separate
This program will take a 3-dimensional image file and
convert it into a series of 2-dimensional image files.
separate
input
output
[overwrite-permission(y/n)]
- where the following definitions apply:
-
- input
- the name of the input image file
- output
- prefix name of the output image files
- overwrite-permission(y/n)
- 'y' grants permission to overwrite output (with file numbers appended)
separate mri mrislice
- If the file mri contains 150 planes of data, files mrislice001 to mrislice150 will
be created. If the file mri contains 15 planes of data, files mrislice01 to mrislice15
will be created
- Each resulting output file will have the same x and y dimensions as the input file
and a z dimension of one. The voxel sizes will be unchanged from the input file.
- The number of digits
used to encode file names will be automatically adjusted to
assure that all output file names have the same length. This program can now handle
files with more that 999 planes.
See also: Generic error messages
Modified: December 17, 2001
© 2001 Roger P. Woods, M.D.(rwoods@ucla.edu)