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.1 by greg, Thu Sep 5 17:53:22 2013 UTC vs.
Revision 1.2 by greg, Thu Sep 5 18:50:30 2013 UTC

# Line 59 | Line 59 | On most architectures,
59   and
60   .I \-fb24
61   would all be equivalent.
62 < Note also that the lack of row separators in binary files means that
62 > Note that the lack of row separators in binary files means that
63   .I rcollate
64   does not actually do anything for binary files unless the transpose
65 .I \(\-t\)
65   option is given, also.
66   .PP
67   The transpose option,
# Line 74 | Line 73 | For ASCII files,
73   .I rcollate
74   will automatically determine the number of columns based on the
75   position of the first EOL (end-of-line) character, and the number
76 < of rows based on the count of records in the file.
76 > of rows based on the total count of records in the file.
77   The user may override these determinations, allowing the matrix to
78   be resized as well as transposed.
79   If input and output dimensions are given, the number of input rows
80   must equal the number of output columns,
81 < and the number of input columns must equal the number of output rows
82 < with the
84 < .I \-t
85 < option.
86 < For large transpose operations on Unix systems, it is much more efficient
81 > and the number of input columns must equal the number of output rows.
82 > For large transpose operations on Unix systems, it is most efficient
83   to specify the input file on the command line, rather than reading
84   from the standard input, since
85   .I rcollate
# Line 103 | Line 99 | The
99   .I rcollate
100   command is rather inflexible when it comes to output field and record
101   separators for ASCII data.
102 < It accepts any number or type of white space between input fields
102 > It accepts any amount of white space between fields
103   on input, but only produces spaces as field separators
104 < between words and tabs as record separators.
104 > between words and tabs as record separators on output.
105   Output row separtors will always be an EOL, which may differ between systems.
106   .PP
107   If no options are given on the command line, or a binary file is specified
108   without a transpose,
109   .I rcollate
110 < issues a warning and simply copies its input to the standard output.
110 > issues a warning and simply copies its input to its standard output.
111   .SH "SEE ALSO"
112   cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines