aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-18 16:31:40 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 (patch)
tree77037316f3f13b257d81670b969aac4d3274fdbf /src/indexamajig.c
parent83af8912dcdc58423298e50441617ebce26891a6 (diff)
Introduce 'geomatic'
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,