ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/trad.hlp
(Generate patch)

Comparing ray/src/util/trad.hlp (file contents):
Revision 2.5 by greg, Sun Nov 6 09:39:09 1994 UTC vs.
Revision 2.17 by greg, Fri May 17 14:59:20 1996 UTC

# Line 2 | Line 2
2  
3   This help file is associated with the trad interface to the Radiance
4   rad(1) program.  Trad consists of trad.wsh and one do_*.tcl file for
5 < each screen.  There are currently seven such screens:  Action, File,
6 < Options, Results, Scene, Views and Zone.
5 > each screen.  There are currently seven such screens:  File, Scene,
6 > Zone, Views, Options, Action and Results.
7  
8   .Trad.Intro
9  
# Line 398 | Line 398 | long as the overall size of the given box is close to
398   size of the space.
399  
400   The Zone entry windows may be manipulated in the following ways.
401 Control-U clears the current window.
401   Control-V pastes the contents of the current selection at the
402   insertion point.
403   Return moves the focus to the next window in the chain.
404  
405 + The "Auto" button may be used to set these values based on the bounding
406 + box of one or more Radiance scene files.
407 +
408 + .Zone.Auto
409 +
410 + Use this button to automatically determine the bounding box for this
411 + zone, based on the output of the "getbbox" command run on one or
412 + more Radiance scene files.
413 + The appropriate scene files are entered via a file
414 + selection dialogue box, which comes up after the button is pressed.
415 +
416 + The reason for selecting specific files rather than running getbbox
417 + on the entire scene is that a zone usually does not include large
418 + external objects, which may be present in the complete scene
419 + description.
420 +
421   .Zone.Detail
422  
423   The "Detail" setting indicates the relative level
# Line 490 | Line 505 | tot_flux is given in watts.
505   (Divide total lumens by 179 lumens/watt to get watts.)
506  
507   The exposure value may either be given as a positive real value, or
508 < as a real value preceeded by a '+' or '-' indicating a positive or
508 > as a real value preceded by a '+' or '-' indicating a positive or
509   negative number of f-stops (powers of two) from the original value.
510  
511   If no exposure is given, pfilt will automatically compute the
# Line 569 | Line 584 | An invented name should be kept as short as possible,
584   added to the picture file name along with the standard ".pic" suffix.
585  
586   The standard views are specified by strings of the form
587 < "[Xx]?[Yy]?[Zz]?[vlah]?".
587 > "[Xx]?[Yy]?[Zz]?[vlahc]?".
588   (That is, an optional upper or lower case X followed by an optional
589   upper or lower case Y followed by an optional upper or lower case Z
590 < followed by an optional lower case V, L, A or H.)
590 > followed by an optional lower case V, L, A, H or C.)
591   The letters indicate the desired view position, where upper case "X"
592   means maximum X, lower case "y" means minimum Y and so on.
593   The final letter is the view type, where 'v' is perspective (the
594 < default), 'l' is parallel, 'a' is angular fisheye, and 'h' is
595 < hemispherical fisheye.
594 > default), 'l' is parallel, 'a' is angular fisheye, 'h' is
595 > hemispherical fisheye and 'c' is for cylindrical panorama.
596   A perspective view from maximum X, minimum Y would be "Xy" or
597   "Xyv".
598   A parallel view from maximum Z would be "Zl".
# Line 618 | Line 633 | interaction mode for trad.
633   Consult the rpict(1) manual page for a full description of the various
634   view options, all of which begin with "-v".
635   Just briefly, the "-vt?" option sets the view type, where "?" is
636 < replaced by one of the letters "v, l, a or h", corresponding to
637 < perspective, parallel, angular and hemispherical fisheye, respectively.
636 > replaced by one of the letters "v, l, a, h or c", corresponding to
637 > perspective, parallel, angular fisheye, hemispherical fisheye
638 > and cylindrical panorama, respectively.
639   The "-vp x y z" option sets the view position (eyepoint), where "x y z"
640   is replaced by the position in 3-space.
641   The "-vd xd yd zd" option sets the view direction, where "xd yd zd"
# Line 681 | Line 697 | The "Clear" button simply clears the "Name" and "Optio
697   for the convenience of entering a new view.
698   It has no effect on the rad input variables.
699  
684 Note that Control-U will always clear an entry box whose cursor is
685 active.
686
700   .Views.Default
701  
702   The "Set Default" button may be used to make the selected view the
# Line 706 | Line 719 | The standard view up vector may be set to the positive
719   the positive Y axis (+Y), the positive Z axis (+Z), the negative
720   X axis (-X), the negative Y axis (-Y), or the negative Z axis (-Z).
721  
722 < This setting may always be overriden by the "-vu xd yd zd" option,
722 > This setting may always be overridden by the "-vu xd yd zd" option,
723   and will be altered for a particular view if it happens to be
724   parallel to the view direction.
725  
# Line 745 | Line 758 | to maintain a specific pixel aspect ratio (1 by defaul
758  
759   The default value for this variable is "512".
760  
761 + .Views.Rawfile
762 +
763 + The "Rawfile" entry window determines if and where the raw output picture
764 + from rpict will be saved.
765 + If the entry is empty, the file will be removed after rendering and
766 + filtering.
767 + This is the normal action, since the raw file
768 + takes up disk space and is not generally useful.
769 + However, if you wish to perform some special filtering function,
770 + this file can be renamed instead of removed by giving a
771 + root file name in this entry window.
772 + The final name in this case will be the given root plus and
773 + underscore plus the view name followed by a ".pic" suffix.
774 +
775 + In the special case when the raw file name and picture file name are
776 + the same, the raw file is saved and no filtering takes place.
777 +
778 + .Views.Zfile
779 +
780 + The "Zfile" entry window gives the root name of the file in which to
781 + store the raw (binary floating point) distances to pixels in the
782 + original generated image.
783 + If this entry is empty, then no z-file will be saved.
784 +
785 + The final z-file name will be the given root plus an underscore plus
786 + the view name plus a ".zbf" suffix.
787 +
788 + To convert this image to human-readable form, the program "od" will
789 + work on some systems, or the Radiance "pvalue" program may be used
790 + to first convert it to a greyscale Radiance picture using the
791 + options "-r -h -b -df `getinfo -d < pictname`" where "pictname" is
792 + replaced by the raw picture file name.
793 + (Getinfo simply gets the original image dimensions, which are not
794 + stored in the z-file.)
795 +
796   .Views.Copy
797  
798   The "Copy" button in the Views screen permits those variables
# Line 875 | Line 923 | a given rendering has progressed.
923   Normally, progress reports and errors during batch renderings
924   are sent to the error file given by the root of the rad input
925   file name followed by the ".err" suffix.
926 < (See the "Errors" topic under the "Action" screen category.)
926 > (See the "CheckErr" topic under the "Action" screen category.)
927   If you wish these reports and errors to be directed to a different
928   file, follow the time interval by a space and a file name.
929  
# Line 1055 | Line 1103 | just to the right.
1103   Other views may be accessed within rview using the "L name"
1104   command, and new views can be added with the "V name"
1105   command.
1058 (See the rview(1) man page and the "View" topic in the current
1059 help category for more information.)
1106  
1107 + When using the "V" command to change an existing view, do not
1108 + give it an existing name because the previous view will not be overridden.
1109 + Instead, give it a new name (or no name, which will show up as
1110 + a number later), then use the Views screen to override the previous
1111 + view definition with the new one.
1112 + (See the "View" topic in the current
1113 + help category, the "Change" topic under "Views" and the rview(1)
1114 + manual page for more information.)
1115 +
1116   If the octree is out-of-date, it will be rebuilt before rendering
1117   begins.
1118  
# Line 1071 | Line 1126 | rendering, selects the view or views to render in batc
1126   If the special entry "ALL" is selected, then every view in the
1127   current list will be rendered if it hasn't been already.
1128  
1129 + The view menu next to the "rview" button will be disabled if there
1130 + is only one view to choose from.
1131 + The view menu next to the "Start" button will be disabled if there
1132 + is a batch job in progress, and thus the view cannot be changed.
1133 +
1134   The batch rendering view menu also selects the view or views
1135   to use in producing a script during a dry run.
1136  
# Line 1091 | Line 1151 | disabled, and rendering progress can be monitored by c
1151   the error file periodically.
1152   (This file is named by the root of the rad input file followed by
1153   ".err".)
1154 < When a batch process is started or already running, this button
1155 < will be disabled.
1154 > When a batch process is started or already running, or when a
1155 > process is on another host and its status is unknown,
1156 > this button will be disabled.
1157  
1158   The background process can be killed during this or later
1159   invocations of trad using the "Kill" button.
1160 + If the process was started on another machine and the status is unknown,
1161 + it will be necessary to run trad from the other host or remove the error
1162 + file manually before starting a background process on this machine.
1163 + This is to protect you from the great confusion that results when two
1164 + machines are working from the same project file.
1165  
1166   .Action.Kill
1167  
# Line 1110 | Line 1176 | screen, no data is lost by killing and restarting a ba
1176   rendering, though some new startup costs will be incurred.
1177  
1178   The "Kill" button is disabled if no running batch process is
1179 < detected.
1179 > detected on the current host machine.
1180  
1181   .Action.CheckErr
1182  
# Line 1216 | Line 1282 | has completed since the Results screen was brought up.
1282  
1283   The "Delete" button on the Results screen is used to remove the
1284   selected picture files from the filesystem.
1285 + Associated raw picture and z-buffer files
1286 + will also be deleted if they exist.
1287   Verification is required before any action is taken.
1288  
1289   .Results.Display
# Line 1303 | Line 1371 | details.)
1371   The print command window on the Results screen contains the system
1372   command to use in printing out finished Radiance pictures.
1373   The "%s" format field, which must appear somewhere in the command,
1374 < is replaced by the selected Radiance picture file name(s).
1374 > is replaced by the selected Radiance picture file name.
1375 > This command is executed multiple times if multiple files are
1376 > selected.
1377  
1378   The default command is "ra_ps %s | lpr", which converts the Radiance
1379   picture to a black and white PostScript file and sends it to the lpr
1380   print spooler.
1381 + Add a "-c" option to "ra_ps" if the printer supports color.
1382   If your printer does not understand PostScript, or your system does
1383   not support lpr, this command must obviously be changed.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines