diff options
author | Thomas White <taw@physics.org> | 2012-03-12 12:29:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-12 12:29:29 +0100 |
commit | f0d9eecefbebf9e193265e8c1d9183d97433982c (patch) | |
tree | 230fc12d0b999d9e0303aa553ac0470c271e894c /src | |
parent | d82f8ffda43dd622057038d866f5056f8848b46e (diff) | |
parent | c2ba9d4a0098cd0df9edf27b3b133130bffccec2 (diff) |
Merge branch 'master-new' of ssh://git.bitwiz.org.uk/crystfel into master-new
Diffstat (limited to 'src')
-rw-r--r-- | src/scaling-report.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 4a3adb00..4c2390b5 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -199,8 +199,8 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, show_text_simple(cr, "Observed partiality", -20.0, g_height/2.0, NULL, -M_PI_2, J_CENTER); - show_text_simple(cr, "Calculated partiality", g_width/2.0, g_height+20.0, - NULL, 0.0, J_CENTER); + show_text_simple(cr, "Calculated partiality", + g_width/2.0,g_height+20.0, NULL, 0.0, J_CENTER); show_text_simple(cr, "0.0", -20.0, g_height, NULL, 0.0, J_CENTER); show_text_simple(cr, "1.0", -20.0, 0.0, NULL, 0.0, J_CENTER); @@ -256,8 +256,9 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, pobs = Ipart/Ifull; pcalc = get_partiality(refl); - //STATUS("%4i %4i %4i : %9.6f %9.6f %e %e %e\n", h, k, l, - // pobs, pcalc, Ipart, Ifull, images[i].osf); + //STATUS("%4i %4i %4i : %9.6f %9.6f %e %e %e\n", + // h, k, l, pobs, pcalc, + // Ipart, Ifull, images[i].osf); for ( bin=0; bin<nbins; bin++ ) { if ( (pcalc >= pcalcmin[bin]) |