From aab9901f18326214746402650179a13f22770118 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Feb 2011 12:37:03 -0800 Subject: Make find_projected_peaks() behave like find_intersections() Also make sure output_intensities() deals only with integration --- src/image.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index ce0e7343..e0c190f2 100644 --- a/src/image.h +++ b/src/image.h @@ -65,7 +65,6 @@ struct image { struct detector *det; struct beam_params *beam; /* The nominal beam parameters */ char *filename; - RefList *reflections; int id; /* ID number of the thread * handling this image */ @@ -86,6 +85,10 @@ struct image { int width; int height; + /* Reflections (used for scaling ONLY) */ + RefList *reflections; + + /* Detected peaks */ ImageFeatureList *features; }; -- cgit v1.2.3