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.9 by greg, Fri Nov 8 02:10:38 2019 UTC vs.
Revision 1.12 by greg, Mon Nov 11 18:38:41 2019 UTC

# Line 42 | Line 42 | option with the number of rows and columns separated b
42   for 30 rows by 14 columns.
43   .I Rcollate
44   can also reorder the input into nested blocks by continuing the output size
45 < string, "3x10X7x2" would order output data with a 3x10 super-array of 7x2
46 < subblocks.
47 < This is a convenient way to visualize tensor data.
45 > string.
46 > For example, "3x10X7x2" would order output data with a 3x10 super-array of
47 > 7x2 subblocks.
48 > This type of block hierarchy is convenient for visualizing tensor data.
49   .PP
50   By default, the file is assumed to include an information header, which
51   is copied to the standard output along with the command name.
# Line 121 | Line 122 | to specify the input file on the command line, rather
122   from the standard input, since
123   .I rcollate
124   can map the file directly into virtual memory.
125 + If the
126 + .I \-o
127 + option is also given with multiple block levels, the transpose operation
128 + will logically precede the reblocking operation, regardless of the order
129 + they are given on the command line.
130   .SH EXAMPLES
131   To change put 8760 color triplets per row in a matrix with no header:
132   .IP "" .2i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines