From 387de365a9ce243f5e1afd0b6ed529ddce41e16b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Nov 2010 16:59:37 +0100 Subject: Update correlation file --- src/facetron.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/facetron.c b/src/facetron.c index 73629eed..d04facf4 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -151,8 +151,9 @@ static double mean_partial_dev(struct image *image, struct cpeak *spots, int n, delta_I += I_partial - spots[h].p * I_full; if ( graph != NULL ) { - fprintf(graph, "%3i %3i %3i %5.2f %5.2f\n", - hind, kind, lind, + fprintf(graph, "%3i %3i %3i %5.2f (at %5.2f,%5.2f)" + " %5.2f %5.2f\n", + hind, kind, lind, I_partial/spots[h].p, xc, yc, spots[h].p, I_partial / I_full); } -- cgit v1.2.3