aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-01 14:23:20 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commitc56336d82f151b8eea7ce17cb34a177ba5656ecd (patch)
tree8c2ba8b5eafa8aa8aa29d51ef440e57c524633c3 /src/indexamajig.c
parentce045961f4d1cee94b98cbb8580141b20bb0a00f (diff)
Put I0 and found peaks in stream
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 2f25d58a..742e950e 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -336,7 +336,9 @@ static void process_image(struct process_args *pargs)
free(image.data);
image.data = data_for_measurement;
- if ( config_dumpfound ) dump_peaks(&image, pargs->output_mutex);
+ if ( config_dumpfound ) {
+ dump_peaks(&image, pargs->ofh, pargs->output_mutex);
+ }
/* Not indexing nor writing xfel.drx?
* Then there's nothing left to do. */