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

Comparing ray/src/util/README (file contents):
Revision 2.2 by greg, Wed Sep 30 12:02:36 1992 UTC vs.
Revision 2.17 by greg, Wed Apr 28 17:20:33 2021 UTC

# Line 1 | Line 1
1                  RADIANCE UTILITY PROGRAMS
2 <                SCCSid "$SunId$ LBL"
2 >                RCSid: $Id
3  
4   This directory contains glare calculation programs and other utilites
5   that combine functions and do not fit under the usual catagories.
6  
7   glare.h         common data structures for glare source finding routines
8 + netproc.h       header file for network process routines
9 + ranimove.h      header file for ranimove modules
10   setscan.h       defines for programs using setscan()
11 + vars.h          header file for loadvars.c routines (used by rad and ranimate)
12   Version.c       symbolic link to ../rt/Version.c (current Radiance version)
13 < dayfact.csh     compute and plot daylight factors on user-specified workplane
14 < debugcal.csh    C-shell script for debugging .cal files
13 > compamb.csh     script to compute good ambient value and exposure setting
14 > dctimestep.c    tool to compute daylight coefficients, etc.
15 > eplus_adduvf.c  tool to compute User View Factors for EnergyPlus
16 > evalglare.c     program by Jan Wienold to evaluate glare
17   findglare.c     find glare sources in a scene or image
18 < glare.csh       interactive script to run findglare, glarendx, xglaresrc
18 > getinfo.c       program to read and manipulate binary file information headers
19   glarendx.c      compute Glare Index given by program name or -t option
20   glaresrc.c      gather samples and compute glare sources
21   glareval.c      compute pixels for glare calculation
22 < makedist.c      program to make a source distribution (obsolete with mkillum)
23 < objpict.csh     script to compute 4-view picture of an object
24 < objview.csh     script to run rview on an object
22 > glrad.c         render Radiance scene in OpenGL
23 > loadvars.c      routines to read variables for rad and ranimate
24 > netproc.c       routines to control processes on local and remote hosts
25 > rad.c           executive program to run oconv, rpict and pfilt (and rview)
26 > radcompare.c    tool to compare Radiance output files
27 > ranimate.c      animation control program
28 > ranimove.c      main for ranimove program and control file handling
29 > ranimove1.c     basic frame rendering routines for ranimove
30 > ranimove2.c     frame refinement routines for ranimove
31 > rcode_depth.c   convert to/from encoded 16-bit depth maps
32 > rcode_norm.c    convert to/from encoded 32-bit normal maps
33 > rcode_ident.c   convert to/from indexed identifier maps
34 > rcollate.c      tool to collate (rearrange) data in file
35 > rmtxop.c        general matrix operations
36   rpiece.c        program to control parallel generation of a picture
37 + rsensor.c       tool to simulate sensors
38 + rttree_reduce.c internal tool to prune tensor tree data
39 + rfluxmtx.c      tool to call rcontrib and generate flux transfer matrices
40   setscan.c       convert angle ranges of the form a-b:s,c to discrete values
41 + vwright.c       short program to read in and modify views
42 + wrapBSDF.c      tool to wrap BSDF data in XML file
43   x11findwind.c   find an X11 window from its name
44   xglaresrc.c     circle glare sources in a displayed image
45 + dayfact.csh     compute and plot daylight factors on user-specified workplane
46 + debugcal.csh    C-shell script for debugging .cal files
47 + fieldcomb.csh   script to combine field animations (use with ranimate)
48 + glare.csh       interactive script to run findglare, glarendx, xglaresrc
49 + objpict.csh     script to compute 4-view picture of an object
50 + objview.csh     script to run rview on an object
51 + raddepend.csh   script to find dependencies in Radiance files
52 + rlux.csh        script to compute lux values using rtrace
53 + tradinstall.csh script called by make to install trad on systems running wish
54 + trad.wsh        graphical user interface to "rad" based on Tcl/Tk (wish script)
55 + do_action.tcl   action submenu for trad
56 + do_file.tcl     file submenu for trad
57 + do_options.tcl  options submenu for trad
58 + do_results.tcl  results submenu for trad
59 + do_scene.tcl    scene submenu for trad
60 + do_views.tcl    views submenu for trad
61 + do_zone.tcl     zone submenu for trad
62 + getfile.tcl     file browsing utility
63 + gethelp.tcl     help utility
64 + util.tcl        miscellaneous utilities
65 + do_results3.6.tcl       version of do_results.tcl for wish3.6
66 + do_scene3.6.tcl version of do_results.tcl for wish3.6
67 + do_views3.6.tcl version of do_views.tcl for wish3.6
68 + getfile3.6.tcl  version of getfile.tcl for wish3.6
69 + gethelp3.6.tcl  version of gethelp.tcl for wish3.6
70 + tclIndex        procedure index for Tcl/Tk library directory
71 + file.hlp        help file for getfile.tcl
72 + help.hlp        help file for gethelp.tcl
73 + trad.hlp        help file for trad.wsh
74 + trad.icon       X11 bitmap for trad icon
75 + help2roff       script for converting help files to troff/nroff for printing

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines