From 0215205efb28d4ea24b93ce4005f4668a358cc32 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 29 Mar 2011 15:29:33 +0200 Subject: Improve bad pixel handling --- src/detector.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/detector.h') 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; }; -- cgit v1.2.3