aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-02 11:48:50 +0200
committerThomas White <taw@physics.org>2010-06-02 11:48:50 +0200
commitd34f766f8963b58e32ea2d6021279a55d1ff9820 (patch)
treebe42969f5e8c8b050e4440dffa13ef662e45b271 /src/image.h
parenta3de086613dd7f2098be05908544b1ff2d9fd432 (diff)
Take account of bad regions of detector
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index db1b491e..e3a520ca 100644
--- a/src/image.h
+++ b/src/image.h
@@ -81,6 +81,7 @@ struct reflhit {
struct image {
float *data;
+ uint8_t *flags;
double *twotheta;
UnitCell *indexed_cell;
UnitCell *candidate_cells[MAX_CELL_CANDIDATES];