FUNCTION
Script to allow viewing of Postscript plot files resulting fron
standard survey plots of Stage-I processing
USE
w_viewps [w1/w2]
DESCRIPTION
Of the current directory all PostScript files having names
starting with 'W' and ending with '.ps' are siaplayed by
program 'ghostview'. This program allows printing of the
plot by entering character 'p' and quiting the plot in order
to display the next one by entering charcter 'q'.
OPTIONS
-w1 Only display files pertaining to WFC camera 1
all files matching 'W*w1*.ps'
-w2 Only display files pertaining to WFC camera 2
all files matching 'W*w2*.ps'
NOTES
- For 'ghostview' it is required that the environment
variable DISPLAY is properly set.
KNOWN BUGS
- The script uses option '-path' with the 'find' command, but
this seems not to be available with each UNIX implementation.
EXAMPLE:
DISPLAY all PostScript file in current directory of camarea w2 only
> w_viewps -w2
SEE ALSO
w_plot wqplot ghostview