diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-26 14:03:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | 329134c42a76339438e4189e2cde05895e17ab62 (patch) | |
tree | c29c2a60c2a7bce0567e68a90d5a3c6fdd6eb9a0 /src/reintegrate.c | |
parent | 5bc6000049c4df955568a7ee2732a365afbe8246 (diff) |
Remove solid angle correction
It's never correct when using "bucket" integration, and always correct
when using "pixel" integration, so don't give the option.
Diffstat (limited to 'src/reintegrate.c')
-rw-r--r-- | src/reintegrate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reintegrate.c b/src/reintegrate.c index b5a388a6..9d882d4b 100644 --- a/src/reintegrate.c +++ b/src/reintegrate.c @@ -140,8 +140,7 @@ static void process_image(void *pg, int cookie) output_intensities(&image, apargs->cell, pargs->output_mutex, pargs->config_polar, - pargs->config_sa, pargs->config_closer, - pargs->ofh, 0, 0.1); + pargs->config_closer, pargs->ofh, 0, 0.1); } free(image.data); |