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

Comparing ray/doc/man/man1/rcollate.1 (file contents):
Revision 1.2 by greg, Thu Sep 5 18:50:30 2013 UTC vs.
Revision 1.4 by greg, Wed Sep 18 21:24:36 2013 UTC

# Line 7 | Line 7 | rcollate - resize or transpose matrix data
7   [
8   .B \-h
9   ][
10 + .B \-w
11 + ][
12   .B \-f[afdb][N]]
13   ][
14   .B \-t
# Line 32 | Line 34 | By default, the file is assumed to include an informat
34   is copied to the standard output along with the command name, but the
35   .I \-h
36   option may be used to turn this behavior off.
37 + The
38 + .I \-w
39 + option turns off non-fatal warning messages, such as unexpected EOD.
40   .PP
41   The input format is assumed to be ASCII, with three white-space separated words
42   (typically numbers) in each record.
# Line 83 | Line 88 | For large transpose operations on Unix systems, it is
88   to specify the input file on the command line, rather than reading
89   from the standard input, since
90   .I rcollate
91 < can map the file directly into memory.
91 > can map the file directly into virtual memory.
92   .SH EXAMPLE
93   To change put 8760 color triplets per row in a matrix with no header:
94   .IP "" .2i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines