diff options
author | Thomas White <taw@physics.org> | 2010-06-21 17:06:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:50 +0100 |
commit | d82e45831a94cae99730ad8f7ff48b4cf8e1cfb9 (patch) | |
tree | 248361ab767b6273009f1fc98c11768cacf5441c /src/detector.h | |
parent | 2ec9faae510e2eed77e60fbcf31f869a19fca9bf (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.h | 1 |
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 |