diff options
author | Thomas White <taw@physics.org> | 2010-09-21 15:39:53 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:59 +0100 |
commit | e44890d0a13815f7fd61d777637c5bd09cb09dbc (patch) | |
tree | 1a3e49a77bf915e4fc2a770d9455ab0c629fbd19 /src/reintegrate.c | |
parent | 9e5e6edd61073eb6d19e31dadb325aa88e692155 (diff) |
Add the possibility to use a circular (instead of 'crystallographic') integration domain
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r-- | src/reintegrate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c index 3cb94730..3a94c48f 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -103,7 +103,8 @@ static void process_image(struct process_args *pargs) output_intensities(&image, pargs->cell, pargs->output_mutex, 1, - 1, 0); + 1, 0, + 0, 0.1); free(image.data); cell_free(pargs->cell); |