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.13 by greg, Mon Nov 11 18:50:07 2019 UTC vs.
Revision 1.15 by greg, Tue Mar 15 00:25:50 2022 UTC

# Line 1 | Line 1
1   .\" RCSid "$Id$"
2 < .TH RCOLLATE 1 7/8/97 RADIANCE
2 > .TH RCOLLATE 1 9/5/2013 RADIANCE
3   .SH NAME
4   rcollate - resize or re-order matrix data
5   .SH SYNOPSIS
# Line 9 | Line 9 | rcollate - resize or re-order matrix data
9   ][
10   .B \-w
11   ][
12 < .B \-f[afdb][N]
12 > .B \-c
13   ][
14 + .B \-f{a|f|d|b}[N]
15 + ][
16   .B \-t
17   ][
18   .B "\-ic in_col"
# Line 61 | Line 63 | The
63   .I \-w
64   option turns off non-fatal warning messages, such as unexpected EOD.
65   .PP
66 + Normally,
67 + .I rcollate
68 + detects whether any transformation is actually taking place, and will
69 + reproduce the data verbatim if the input size and shape should be unaltered.
70 + The
71 + .I \-c
72 + opiton forces the operation to proceed, even if it appears to be a no-op,
73 + which can be useful to correct a misshapen input matrix or check that
74 + the data is the proper size.
75 + .PP
76   The input format is assumed to be ASCII, with three white-space separated words
77   (typically numbers) in each record.
78   A different input format may be specified with the
# Line 163 | Line 175 | without a transpose or re-ordering,
175   .I rcollate
176   issues a warning and simply copies its input to its standard output.
177   .SH "SEE ALSO"
178 < cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), rmtxop(1),
178 > cnt(1), histo(1), neaten(1), rcalc(1), rcrop(1), rlam(1), rmtxop(1),
179   rsplit(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines