aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTakanori Nakane <nakane.t@gmail.com>2014-08-14 14:58:45 +0100
committerThomas White <taw@physics.org>2014-09-18 16:50:00 +0200
commit1000cd8a44b8943e6c248d16a7ef1a5f49dcb147 (patch)
treecfd317d44835a0e0e530bf9e100bf26850939a71 /src
parent944c01964d87e9f3830a5079a78e0e5d4903a12e (diff)
Added scripts/plot-cc-and-scale.R to show how to plot
frame-wise statistics from process_hkl.
Diffstat (limited to 'src')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index b72b84f1..fba37183 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -274,7 +274,7 @@ static int merge_crystal(RefList *model, struct image *image, Crystal *cr,
crystal_get_reflections(cr), sym);
cc = cc_intensities(reference, crystal_get_reflections(cr), sym);
if (stat != NULL) {
- fprintf(stat, "%s,%f,%f\n",image->filename, scale, cc);
+ fprintf(stat, "%s,%f,%f\n",image->filename, scale, cc);
}
if (cc < min_cc || scale <= 0) return 1;
} else {