tclSaoDisplay.c
ABSTRACT:
This file contains the routines used to invoke and stop SAO image from
the TCL level.
DESCRIPTION:
Deletes the specified FSAOimage process
SYNTAX:
saoDel [-a | FSAO # [Next FSAO #]]
-a Delete all FSAOimage processes
FSAO # Delete specified FSAOimage process
DESCRIPTION:
The saoDisplay command will display the designated region using FSAOimage.
If a copy of the FSAOimage program is not running (or is not specified), a
new one will be started.
SYNTAX:
saoDisplay <name> [FSAO #] [{FSAO options}]
<name> Name of region to display.
[FSAO #] Optional FSAOimage program to display region in.
The default is to start a new FSAOimage program.
[{FSAO options}] Optional FSAOimage options to be used when a new
FSAOimage program is started (i.e., FSAO # is not
specified). Note that these options must be
enclosed in curly braces.
The DERVISH TCL command 'saoDisplay' will start FSAOimage. The
DISPLAY variable must be defined to the correct X display and the Fermi
FSAO product must be setup prior to issuing the saoDisplay command. This
can be done by typing in the following at the UNIX prompt. Note that
FSAO is setup by dervish automatically.
% setenv DISPLAY mynode:0.0
% setup dervish
According to experience, it appears to be better to use -rmin and -rmax
options to set the scaling for an image than to use -max and -min.
If an FSAO # is specified, previous FSAO options (from previous saoDisplay
commands to that FSAO #) remain in effect, except the those overridden by
options passed on this command line.