361 |
|
printargs(i, argv, stdout); |
362 |
|
if ((expval < .99) | (expval > 1.01)) |
363 |
|
fputexpos(expval, stdout); |
364 |
< |
if (NCSAMP == 1) { |
364 |
> |
if (!header & (putprim != ALL)) { |
365 |
> |
NCSAMP = 1; /* no header, so trust user */ |
366 |
> |
} else if (NCSAMP == 1) { |
367 |
|
if (putprim == ALL) |
368 |
|
putprim = BRIGHT; |
369 |
|
} else { |
415 |
|
} |
416 |
|
if (header) { |
417 |
|
printargs(i, argv, stdout); |
418 |
< |
printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]); |
418 |
> |
if (dataonly) |
419 |
> |
printf("%s%c\n", NCOMPSTR, "13"[putprim==ALL]); |
420 |
|
if (dataonly && !resolution & !uniq) |
421 |
|
printf("NCOLS=%d\nNROWS=%d\n", scanlen(&picres), |
422 |
|
numscans(&picres)); |