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

Comparing ray/doc/man/man1/tabfunc.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:07 2003 UTC vs.
Revision 1.4 by greg, Tue Sep 4 17:36:41 2007 UTC

# Line 12 | Line 12 | func1 [func2 ..]
12   .I Tabfunc
13   reads a table of numbers from the standard input and converts it to
14   an expression suitable for
15 < .I calc(1),
15 > .I icalc(1),
16   .I rcalc(1)
17   and their cousins.
18   The input must consist of a M x N matrix of real numbers, with exactly
# Line 48 | Line 48 | those given for the independent variable on the input.
48   To convert a small data table and feed it to rcalc for some
49   calculation:
50   .IP "" .2i
51 < rcalc -e `tabfunc f1 f2 < table.dat` -f com.cal
51 > rcalc \-e `tabfunc f1 f2 < table.dat` \-f com.cal
52   .SH AUTHOR
53   Greg Ward
54   .SH "SEE ALSO"
55 < cnt(1), lam(1), neat(1), rcalc(1), total(1)
55 > cnt(1), icalc(1), neaten(1), rcalc(1), rlam(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines