aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-21 17:06:20 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:50 +0100
commitd82e45831a94cae99730ad8f7ff48b4cf8e1cfb9 (patch)
tree248361ab767b6273009f1fc98c11768cacf5441c /src/detector.h
parent2ec9faae510e2eed77e60fbcf31f869a19fca9bf (diff)
Noisy row improvements
Handle noisy pixels per panel only Make the direction of elimination configurable
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 057b70a8..92e10458 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -30,6 +30,7 @@ struct panel
float cy;
float clen; /* Camera length */
float res; /* Resolution */
+ char badrow; /* 'x' or 'y' */
};
struct detector