AirGsmooth
AirGsmooth is a Java gui wrapper for the AIR 5.2.1 (Roger Woods, UCLA) gsmooth program.
The utility provides gaussian smoothing of the input
image
files.
For more information about the AIR package see the
AIR 5 homepage.
AIR documentation for the
gsmooth
program
Invocation
java AirGsmooth
This starts up the java interpreter and runs the AirGsmooth application.
You need to have set up your environment
for java in order for this to work.
AirGsmooth is also available in the AirToolChest, GlobalWorkbench and GlobalDesktop computing environments.
java AirToolChest
java GlobalWorkbench
java GlobalDesktop
AirGsmooth window
Information to be entered
-
Input
The name of the input file(s), directory, or file list.
-
Image directory / file
The name of the output directory or file. Default is current working
directory.
-
Output file prefix
Prefix name to use in output files. The output file name(s) will be
in the format prefix prepended to input filename(s). The default
filename(s) will be input file name(s), stripped of any suffixes.
- FWHM (mm) XYZ
Smoothing filter, full-width half-max in millimeters for the X, Y,
and Z dimensions.
-
Options
Additional options that are passed to gsmooth (AIR program). It is
safe to leave these untouched. See the AIR documentation for gsmooth
for more details.
-
Use mask image
Mask file to restrict gsmoth to non zero values in input file.
-
Prevent rescaling of data
Check this option to prevent default rescaling of data.
-
Prevent wraparound padding for periodic data
Check this option to prevent default wraparound padding for periodic
data.
-
Smear wraparound padding into data
Check this option to smear and wraparound padding into data
-
Suppress notification of magnitude for rescaling
Check this option to suppress notification of magnitide of rescaling
-
Overwrite existing files
Use this option if you want the program to overwrite any
existing files with the same name as the specified output files.
Last updated Wed Sep 6 20:37:02 EDT 2000