--- ray/src/util/trad.hlp 1995/08/28 10:12:35 2.13 +++ ray/src/util/trad.hlp 1995/10/05 13:03:04 2.16 @@ -1,4 +1,4 @@ - $Id: trad.hlp,v 2.13 1995/08/28 10:12:35 greg Exp $ + $Id: trad.hlp,v 2.16 1995/10/05 13:03:04 greg Exp $ This help file is associated with the trad interface to the Radiance rad(1) program. Trad consists of trad.wsh and one do_*.tcl file for @@ -490,7 +490,7 @@ tot_flux is given in watts. (Divide total lumens by 179 lumens/watt to get watts.) The exposure value may either be given as a positive real value, or -as a real value preceeded by a '+' or '-' indicating a positive or +as a real value preceded by a '+' or '-' indicating a positive or negative number of f-stops (powers of two) from the original value. If no exposure is given, pfilt will automatically compute the @@ -707,7 +707,7 @@ The standard view up vector may be set to the positive the positive Y axis (+Y), the positive Z axis (+Z), the negative X axis (-X), the negative Y axis (-Y), or the negative Z axis (-Z). -This setting may always be overriden by the "-vu xd yd zd" option, +This setting may always be overridden by the "-vu xd yd zd" option, and will be altered for a particular view if it happens to be parallel to the view direction. @@ -1270,6 +1270,8 @@ has completed since the Results screen was brought up. The "Delete" button on the Results screen is used to remove the selected picture files from the filesystem. +Associated raw picture and z-buffer files +will also be deleted if they exist. Verification is required before any action is taken. .Results.Display @@ -1357,10 +1359,13 @@ details.) The print command window on the Results screen contains the system command to use in printing out finished Radiance pictures. The "%s" format field, which must appear somewhere in the command, -is replaced by the selected Radiance picture file name(s). +is replaced by the selected Radiance picture file name. +This command is executed multiple times if multiple files are +selected. The default command is "ra_ps %s | lpr", which converts the Radiance picture to a black and white PostScript file and sends it to the lpr print spooler. +Add a "-c" option to "ra_ps" if the printer supports color. If your printer does not understand PostScript, or your system does not support lpr, this command must obviously be changed.