diff options
author | Thomas White <taw@physics.org> | 2011-03-29 15:29:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | 0215205efb28d4ea24b93ce4005f4668a358cc32 (patch) | |
tree | 47b42b4c5b7b82a164a4513311ecd6948e8dfba7 /doc | |
parent | abb1edf5301c36a814e65b9851c0848e35f82173 (diff) |
Improve bad pixel handling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/lcls-dec.geom | 4 | ||||
-rw-r--r-- | doc/examples/lcls-june-r0013-r0128.geom | 4 | ||||
-rw-r--r-- | doc/examples/lcls-xpp-estimate.geom | 2 | ||||
-rw-r--r-- | doc/examples/simple.geom | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/doc/examples/lcls-dec.geom b/doc/examples/lcls-dec.geom index 8db61144..349d2b16 100644 --- a/doc/examples/lcls-dec.geom +++ b/doc/examples/lcls-dec.geom @@ -1,3 +1,7 @@ +mask = /processing/hitfinder/masks +mask_good = 0x07 +mask_bad = 0x00 + upper/min_fs = 0 upper/max_fs = 1023 upper/min_ss = 512 diff --git a/doc/examples/lcls-june-r0013-r0128.geom b/doc/examples/lcls-june-r0013-r0128.geom index 0184f852..8a31ada6 100644 --- a/doc/examples/lcls-june-r0013-r0128.geom +++ b/doc/examples/lcls-june-r0013-r0128.geom @@ -1,4 +1,6 @@ -n_panels = 2 +mask = /processing/hitfinder/masks +mask_good = 0x27 +mask_bad = 0x00 ; Upper panel (nearest the beam) 0/min_fs = 0 diff --git a/doc/examples/lcls-xpp-estimate.geom b/doc/examples/lcls-xpp-estimate.geom index 7e53d3d9..c64c985a 100644 --- a/doc/examples/lcls-xpp-estimate.geom +++ b/doc/examples/lcls-xpp-estimate.geom @@ -1,5 +1,3 @@ -n_panels = 1 - 0/min_fs = 0 0/max_fs = 1455 0/min_ss = 0 diff --git a/doc/examples/simple.geom b/doc/examples/simple.geom index aa762b47..62ee53db 100644 --- a/doc/examples/simple.geom +++ b/doc/examples/simple.geom @@ -1,5 +1,3 @@ -n_panels = 2 - ; Upper panel 0/min_fs = 0 0/max_fs = 1023 |