nano cleanup
This commit is contained in:
parent
a438ab9362
commit
9dd2064b7a
@ -41,6 +41,7 @@ void help(int v)
|
|||||||
puts("");
|
puts("");
|
||||||
puts("$ cumulfimgs a.fimg b.fimg c-fimg ...");
|
puts("$ cumulfimgs a.fimg b.fimg c-fimg ...");
|
||||||
puts("cumulator options :");
|
puts("cumulator options :");
|
||||||
|
puts("\t-a\tcompute average");
|
||||||
puts("\t-g\tconvert to gray level");
|
puts("\t-g\tconvert to gray level");
|
||||||
puts("\t-m\tcompute the max of the maxes");
|
puts("\t-m\tcompute the max of the maxes");
|
||||||
puts("\t-o\tname of output file");
|
puts("\t-o\tname of output file");
|
||||||
@ -140,11 +141,6 @@ if (rescale) {
|
|||||||
fimg_div_cste(&accu, (float)compte);
|
fimg_div_cste(&accu, (float)compte);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XXX */
|
|
||||||
if (experiment) {
|
|
||||||
|
|
||||||
}
|
|
||||||
/* XXX */
|
|
||||||
|
|
||||||
fprintf(stderr, "max of max %9.3f %9.3f %9.3f\n",
|
fprintf(stderr, "max of max %9.3f %9.3f %9.3f\n",
|
||||||
vals[0], vals[1], vals[2]);
|
vals[0], vals[1], vals[2]);
|
||||||
|
Loading…
Reference in New Issue
Block a user