aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 11:33:29 +0100
committerThomas White <taw@physics.org>2010-03-18 11:33:29 +0100
commitf02e06759844c327b91cc5b88dd43536114005a0 (patch)
treea6e7926832c687c4b06a18f9d09f1cc569fbc217 /src/image.h
parentd871454363b0f19e1188da783cd4c931cd587cb2 (diff)
Perform intensity extraction on the image as it was before noise filtering
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index dfd02d05..5f2cf3d0 100644
--- a/src/image.h
+++ b/src/image.h
@@ -70,7 +70,7 @@ struct rvec
/* Structure describing an image */
struct image {
- float *data; /* Integer counts after bloom */
+ float *data;
double *twotheta;
struct molecule *molecule;
UnitCell *indexed_cell;