gsmooth


Purpose:

This program will perform Gaussian smoothing of the input image.


Usage:

gsmooth input FWHM-x FWHM-y FWHM-z output [options]

options:
where the following definitions apply:

input
The name of the file to be smoothed.
FWHM-x
The full-width-at-half-maximum of the x-axis smoothing filter in millimeters (or whatever units you use for pixel sizes) not in units of pixels.
FWHM-y
The full-width-at-half-maximum of the y-axis smoothing filter in millimeters (or whatever units you use for pixel sizes) not in units of pixels.
FWHM-z
The full-width-at-half-maximum of the z-axis smoothing filter in millimeters (or whatever units you use for pixel sizes) not in units of pixels.
output
The name of the output file.

Examples:

gsmooth pet1 8 8 4 spet1 gsmooth pet1 8 8 4 spet1 -r gsmooth pet1 8 8 4 spet1 -r -m mask1

Comments:


Error messages: (alphabetical by case)

See also: Generic error messages
A file name must follow -m
File name that follows -m cannot start with -
Files ____ and ____ have incompatible dimensions
Smoothing kernels must all be nonnegative numbers
Sorry, flag -____ is not defined for this program
The -m flag should only be used once
WARNING: x dimension of filter was too small, no x smoothing applied
WARNING: y dimension of filter was too small, no y smoothing applied
WARNING: z dimension of filter was too small, no z smoothing applied
the - flag cannot be used at the start of the input or output file name
unable to parse arguments, argument ____ was expected to consist of a - followed by a single character

Modified: Mon Sep 4, 1995

© 1995 Roger P. Woods, M.D.(rwoods@ucla.edu)