aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-18 16:59:37 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:06 +0100
commit387de365a9ce243f5e1afd0b6ed529ddce41e16b (patch)
tree3ab7c9aba3188e38bce1211c473e9501de52215f /src
parent345ee980a092a50470e5cf1f5ea7a916c3c9e487 (diff)
Update correlation file
Diffstat (limited to 'src')
-rw-r--r--src/facetron.c5
1 files changed, 3 insertions, 2 deletions
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);
}