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.4 by greg, Wed Sep 18 21:24:36 2013 UTC vs.
Revision 1.6 by greg, Fri May 30 16:50:43 2014 UTC

# Line 5 | Line 5 | rcollate - resize or transpose matrix data
5   .SH SYNOPSIS
6   .B rcollate
7   [
8 < .B \-h
8 > .B \-h[io]
9   ][
10   .B \-w
11   ][
# Line 31 | Line 31 | the number of columns specified by the
31   .I \-oc
32   option.
33   By default, the file is assumed to include an information header, which
34 < is copied to the standard output along with the command name, but the
34 > is copied to the standard output along with the command name.
35 > The
36 > .I \-hi
37 > option may be used to turn off the expectation of a header on input.
38 > The
39 > .I \-ho
40 > option turns off header output, and
41   .I \-h
42 < option may be used to turn this behavior off.
42 > by itself turns off both input and output headers.
43   The
44   .I \-w
45   option turns off non-fatal warning messages, such as unexpected EOD.
# Line 68 | Line 74 | Note that the lack of row separators in binary files m
74   .I rcollate
75   does not actually do anything for binary files unless the transpose
76   option is given, also.
77 + .PP
78 + If an input header is present, it may contain the format, number of components
79 + and matrix dimensions.
80 + In such cases, the
81 + .I \-ic,
82 + .I \-ir
83 + and
84 + .I \-f
85 + options are not required, but will be checked against the header
86 + information if provided.
87   .PP
88   The transpose option,
89   .I \-t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines