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/pattern_sim.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/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 6c48c6ec..4584bb3c 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -565,7 +565,7 @@ int main(int argc, char *argv[]) if ( config_nearbragg ) { find_projected_peaks(&image, cell, 0, 0.1); - output_intensities(&image, cell, NULL, 0, 1, 0, stdout, + output_intensities(&image, cell, NULL, 0, 0, stdout, 0, 0.1); free(image.cpeaks); } |