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.14 by greg, Mon Sep 7 17:08:08 2020 UTC vs.
Revision 1.19 by greg, Fri Jan 26 00:47:17 2024 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 71 | Line 71 | 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.
74 > the data is the proper size and formatted correctly (in the case of ASCII input).
75   .PP
76   The input format is assumed to be ASCII, with three white-space separated words
77   (typically numbers) in each record.
# Line 113 | Line 113 | and
113   .I \-f
114   options are not required, but will be checked against the header
115   information if provided.
116 + An exception is made for
117 + .I \-fbN
118 + where N>1 and the
119 + .I \-c
120 + option is not present.
121 + In this case, the header may indicate a different format or number of
122 + components
123 + and the specified byte length is taken instead to be the exact size
124 + of each data record.
125   .PP
126   The transpose option,
127   .I \-t
# Line 175 | Line 184 | without a transpose or re-ordering,
184   .I rcollate
185   issues a warning and simply copies its input to its standard output.
186   .SH "SEE ALSO"
187 < cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), rmtxop(1),
188 < rsplit(1), tabfunc(1), total(1)
187 > cnt(1), histo(1), neaten(1), rcalc(1), rcomb(1), rcrop(1), rlam(1),
188 > rsensor(1), rmtxop(1), rsplit(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines