From d82e45831a94cae99730ad8f7ff48b4cf8e1cfb9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 21 Jun 2010 17:06:20 +0200 Subject: Noisy row improvements Handle noisy pixels per panel only Make the direction of elimination configurable --- src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/detector.h') 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 -- cgit v1.2.3