aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index f1684c8c..6112066c 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -400,12 +400,12 @@ static void process_image(void *pp, int cookie)
image.div = beam->divergence;
image.bw = beam->bandwidth;
- image.profile_radius = 0.005e9;
+ image.profile_radius = 0.0001e9;
- reflections = find_intersections(&image, image.indexed_cell,
- 0);
- //reflections = find_projected_peaks(&image, image.indexed_cell,
- // 0, 0.1);
+ //reflections = find_intersections(&image, image.indexed_cell,
+ // 0);
+ reflections = find_projected_peaks(&image, image.indexed_cell,
+ 0, 0.1);
output_intensities(&image, image.indexed_cell, reflections,
pargs->static_args.output_mutex,