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 --- examples/lcls-dec.geom | 2 ++ examples/lcls-june.geom | 2 ++ 2 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/lcls-dec.geom b/examples/lcls-dec.geom index 398ba66f..7403f004 100644 --- a/examples/lcls-dec.geom +++ b/examples/lcls-dec.geom @@ -9,6 +9,7 @@ n_panels = 2 0/cy = 440.7 0/clen = 67.8e-3 0/res = 13333.3 ; 75 micron pixel size +0/badrow_direction = y ; Lower panel 1/min_x = 0 @@ -19,3 +20,4 @@ n_panels = 2 1/cy = 779.7 1/clen = 70.8e-3 1/res = 13333.3 ; 75 micron pixel size +1/badrow_direction = y diff --git a/examples/lcls-june.geom b/examples/lcls-june.geom index f4ac79af..315fb504 100644 --- a/examples/lcls-june.geom +++ b/examples/lcls-june.geom @@ -9,6 +9,7 @@ n_panels = 2 0/cy = 512.0 0/clen = 66.0e-3 0/res = 13333.3 ; 75 micron pixel size +0/badrow_direction = x ; Lower panel (found to the "left" in the HDF5, furthest from the beam) 1/min_x = 0 @@ -19,3 +20,4 @@ n_panels = 2 1/cy = 512.0 1/clen = 69.0e-3 1/res = 13333.3 ; 75 micron pixel size +1/badrow_direction = x -- cgit v1.2.3