ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/falsecolor.1
(Generate patch)

Comparing ray/doc/man/man1/falsecolor.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.5 by greg, Tue Sep 4 17:36:40 2007 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH FALSECOLOR 1 11/15/93 RADIANCE
3   .SH NAME
4   falsecolor - make a false color RADIANCE picture
# Line 19 | Line 19 | falsecolor - make a false color RADIANCE picture
19   ][
20   .B "\-n ndivs"
21   ][
22 + .B "\-lw lwidth"
23 + ][
24 + .B "\-lh lheight"
25 + ][
26   .B "\-log decades"
27   ][
28   .B "\-m mult"
29   ][
30 + .B "\-spec"
31 + ][
32   .B "\-r redv"
33   ][
34   .B "\-g grnv"
# Line 39 | Line 45 | dark areas are blue and brighter areas move through th
45   A different scale can be given with the
46   .I \-s
47   option.
48 + If the argument given to
49 + .I \-s
50 + begins with an "a" for "auto," then the maximum is used for scaling the result.
51   The default multiplier is 179, which converts from radiance or irradiance
52   to luminance or illuminance, respectively.
53   A different multiplier can be given with
# Line 81 | Line 90 | The
90   .I \-n
91   option can be used to change the number of contours (and corresponding
92   legend entries) from the default value of 8.
93 + The
94 + .I \-lw
95 + and
96 + .I \-lh
97 + options may be used to change the legend dimensions from the default width
98 + and height of 100x200.
99 + A value of zero in either eliminates the legend in the output.
100   .PP
101   The
102   .I \-e
103   option causes extrema points to be printed on the brightest and
104   darkest pixels of the input picture.
105   .PP
106 + The
107 + .I "\-spec"
108 + option reinstates the old, spectral color scale used in the original
109 + .I falsecolor.
110   The remaining options,
111   .I "\-r, \-g,"
112   and
# Line 110 | Line 130 | be redirected.
130   To create a false color image directly from
131   .I rpict(1):
132   .IP "" .2i
133 < rpict -vf default.vp scene.oct | falsecolor > scene.pic
133 > rpict \-vf default.vp scene.oct | falsecolor > scene.pic
134   .PP
135   To create a logarithmic contour plot of illuminance values on a
136   Radiance image:
137   .IP "" .2i
138 < rpict -i -vf default.vp scene.oct > irrad.pic
138 > rpict \-i \-vf default.vp scene.oct > irrad.pic
139   .br
140 < rpict -vf default.vp scene.oct > rad.pic
140 > rpict \-vf default.vp scene.oct > rad.pic
141   .br
142 < falsecolor -i irrad.pic -p rad.pic -cl -log 2 -l Lux > lux.pic
142 > falsecolor \-i irrad.pic \-p rad.pic \-cl \-log 2 \-l Lux > lux.pic
143   .SH AUTHOR
144   Greg Ward
145   .SH ACKNOWLEDGEMENT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines