11 |
|
][ |
12 |
|
.B \-f[afdc] |
13 |
|
][ |
14 |
+ |
.B "\-n nproc" |
15 |
+ |
][ |
16 |
|
.B "\-f file" |
17 |
|
][ |
18 |
|
.B "\-e expr" |
252 |
|
.I \-w |
253 |
|
option turns off warnings about divide-by-zero and other non-fatal |
254 |
|
calculation errors. |
255 |
+ |
.PP |
256 |
+ |
The |
257 |
+ |
.I \-n |
258 |
+ |
option specifies how many execution processes to employ, |
259 |
+ |
which may improve performance on multi-core architectures, |
260 |
+ |
especially for matrix multiplication |
261 |
+ |
and complex operations on long input rows. |
262 |
|
.SH EXAMPLES |
263 |
|
To convert two hyperspectral inputs to RGB color space, |
264 |
|
average them together, and write them out as a RADIANCE picture: |