ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/ltpict.1
Revision: 1.1
Committed: Tue Apr 15 22:36:25 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Log Message:
Added ltview and ltpict scripts

File Contents

# User Rev Content
1 greg 1.1 .\" RCSid $Id$
2     .TH "LTPICT" "1" "08/04/14" "RADIANCE" ""
3     .SH "NAME"
4     ltpict \- render a four\-view image of a light source
5     .SH "SYNOPSIS"
6     .B ltpict
7     [
8     .B \-i
9     ][
10     .B "\-d dimensions"
11     ]
12     input
13     .SH "DESCRIPTION"
14     .I ltpict
15     is a script that renders a four\-view HDR image of a Radiance luminaire
16     or IES photometric file. The
17     .I \-i
18     option tells it that the file name given is
19     an IES photometry file rather then a Radiance description of a
20     luminiare. In this case, Radiance's
21     .I ies2rad(1)
22     is called with its default settings to convert the IES file to a
23     Radiance object.
24     .PP
25     The four projections presented are the lower hemisphere
26     (displayed in the upper left quadrant), the upper hemisphere
27     (upper right), the C0\-C180 plane (lower left) and the
28     C90\-C270 plane (lower right).
29     .PP
30     Only one Radiance luminaire description or IES photometry file
31     may be given. No input is accepted on STDIN.
32     .PP
33     The output image in HDR format is produced on STDOUT with
34     the default dimensions of 1024 by 1024 pixels. The dimensions
35     may be overwritten with the
36     .I "\-d dimensions
37     option which takes an integer that is divisible by two.
38     .SH "EXAMPLES"
39     To render a four\-view image of photometry file ABC123.ies
40     and save the result to luminaire.hdr
41     .IP "" .2i
42     ltpict \-i ABC123.ies > luminaire.hdr
43     .PP
44     To render a small four\-view HDR image of the
45     RADIANCE luminaire XYZ456.rad to STDOUT, and display it with ximage
46     .IP "" .2i
47     ltpict \-d 400 XYZ456.rad | ximage
48     .SH "AUTHOR"
49     Axel Jacobs
50     .SH "SEE ALSO"
51     objline(1), objview(1), objpict(1), ies2rad(1), ltview(1)