aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-29 15:29:33 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:22 +0100
commit0215205efb28d4ea24b93ce4005f4668a358cc32 (patch)
tree47b42b4c5b7b82a164a4513311ecd6948e8dfba7 /src/detector.h
parentabb1edf5301c36a814e65b9851c0848e35f82173 (diff)
Improve bad pixel handling
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 67b10870..42651ebd 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -72,6 +72,10 @@ struct detector
struct badregion *bad;
int n_bad;
+
+ char *mask;
+ unsigned int mask_bad;
+ unsigned int mask_good;
};