From 8b883cd945ec49ec117ceee3b82760eb20d5c3a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Oct 2009 17:12:49 +0200 Subject: Perform the indexing, and test --- src/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 257a1169..9c678667 100644 --- a/src/main.c +++ b/src/main.c @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) struct image image; - printf("%6i: %s\n", i+1, in_files[i]); + printf("%6i: %s ", i+1, in_files[i]); image.width = 512; image.height = 512; @@ -112,6 +112,9 @@ int main(int argc, char *argv[]) try_templates(&image, templates); + printf("%6.2f %6.2f\n", rad2deg(image.omega), + rad2deg(image.tilt)); + } return 0; -- cgit v1.2.3