| 122 |
|
|
| 123 |
|
data_prologue(); /* begin output */ |
| 124 |
|
if (pctcull >= 0) { |
| 125 |
< |
sprintf(cmd, "rttree_reduce -h -a -ff -r 3 -t %f -g %d", |
| 125 |
> |
sprintf(cmd, "rttree_reduce%s -h -ff -r 3 -t %f -g %d", |
| 126 |
> |
(input_orient>0 ^ output_orient>0) ? "" : " -a", |
| 127 |
|
pctcull, samp_order); |
| 128 |
|
fflush(stdout); |
| 129 |
|
ofp = popen(cmd, "w"); |
| 227 |
|
|
| 228 |
|
data_prologue(); /* begin output */ |
| 229 |
|
if (pctcull >= 0) { |
| 230 |
< |
sprintf(cmd, "rttree_reduce -h -a -ff -r 4 -t %f -g %d", |
| 230 |
> |
sprintf(cmd, "rttree_reduce%s -h -ff -r 4 -t %f -g %d", |
| 231 |
> |
(input_orient>0 ^ output_orient>0) ? "" : " -a", |
| 232 |
|
pctcull, samp_order); |
| 233 |
|
fflush(stdout); |
| 234 |
|
ofp = popen(cmd, "w"); |