diff options
author | Thomas White <taw@physics.org> | 2015-03-29 08:13:33 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:40 +0200 |
commit | 16f11605cc6ccd1eb7dbbbcc60cc4c7701ef0eeb (patch) | |
tree | aa7282b41f32a39934abd05f8bf787a43e4e3950 /src/process_image.c | |
parent | 69f9a5646f12f6055328e28c03ced984e9d6cbd5 (diff) |
Refine detector position in prediction refinement
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c index cea685f8..12cc5bc3 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -230,7 +230,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, snprintf(notes, 1024, "predict_refine/R old " "= %.5f new = %.5f nm^-1", old_R/1e9, new_R/1e9); - crystal_set_notes(image.crystals[i], notes); + crystal_add_notes(image.crystals[i], notes); } |