diff options
author | Thomas White <taw@physics.org> | 2010-11-16 09:46:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | 684a946c37e74971f1466078536228d46a6467b1 (patch) | |
tree | 2412282b9996b08d83d92f02dfb692b9244c5290 /doc/examples | |
parent | 07baa642d688b5d70df61615c7c3585733995f85 (diff) |
Honour --no-index (again), take peak separation in geometry file
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/lcls-dec.geom | 2 | ||||
-rw-r--r-- | doc/examples/lcls-june-r0013-r0128.geom | 2 | ||||
-rw-r--r-- | doc/examples/lcls-xpp-estimate.geom | 1 | ||||
-rw-r--r-- | doc/examples/simple.geom | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/lcls-dec.geom b/doc/examples/lcls-dec.geom index 7403f004..9ca0ea58 100644 --- a/doc/examples/lcls-dec.geom +++ b/doc/examples/lcls-dec.geom @@ -10,6 +10,7 @@ n_panels = 2 0/clen = 67.8e-3 0/res = 13333.3 ; 75 micron pixel size 0/badrow_direction = y +0/peak_sep = 50 ; Lower panel 1/min_x = 0 @@ -21,3 +22,4 @@ n_panels = 2 1/clen = 70.8e-3 1/res = 13333.3 ; 75 micron pixel size 1/badrow_direction = y +1/peak_sep = 50 diff --git a/doc/examples/lcls-june-r0013-r0128.geom b/doc/examples/lcls-june-r0013-r0128.geom index 1e3834d8..73e1ceea 100644 --- a/doc/examples/lcls-june-r0013-r0128.geom +++ b/doc/examples/lcls-june-r0013-r0128.geom @@ -10,6 +10,7 @@ n_panels = 2 0/clen = 64.78e-3 0/res = 13333.3 ; 75 micron pixel size 0/badrow_direction = y +0/peak_sep = 50 ; Lower panel (furthest from the beam) 1/min_x = 0 @@ -21,3 +22,4 @@ n_panels = 2 1/clen = 67.73e-3 1/res = 13333.3 ; 75 micron pixel size 1/badrow_direction = y +1/peak_sep = 50 diff --git a/doc/examples/lcls-xpp-estimate.geom b/doc/examples/lcls-xpp-estimate.geom index 01947102..8cef9ce9 100644 --- a/doc/examples/lcls-xpp-estimate.geom +++ b/doc/examples/lcls-xpp-estimate.geom @@ -9,3 +9,4 @@ n_panels = 1 0/clen = 0.08 ; 8 cm camera length 0/res = 9090 ; 110 micron pixel size 0/badrow_direction = x +0/peak_sep = 4 diff --git a/doc/examples/simple.geom b/doc/examples/simple.geom index 0c309c27..fe14a9d3 100644 --- a/doc/examples/simple.geom +++ b/doc/examples/simple.geom @@ -9,6 +9,7 @@ n_panels = 2 0/cy = 502.0 0/clen = 50.0e-3 0/res = 13333.3 ; 75 micron pixel size +0/peak_sep = 50 ; Lower panel 1/min_x = 0 @@ -19,3 +20,4 @@ n_panels = 2 1/cy = 522.0 1/clen = 50.0e-3 1/res = 13333.3 ; 75 micron pixel size +1/peak_sep = 50 |