diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 12:58:51 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 12:58:51 -0700 |
commit | b0d6ab16490a4ba99231e1cbb35349c0a2813ca2 (patch) | |
tree | 0fc16500c0d094e7ccdc998d0be4a3b45de7d0b2 /examples | |
parent | 8877eba26cf5b8846e5f0cd9082207bc86ca9a94 (diff) |
Update lcls-june.geom
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lcls-june.geom | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/lcls-june.geom b/examples/lcls-june.geom index aeef3546..307733b5 100644 --- a/examples/lcls-june.geom +++ b/examples/lcls-june.geom @@ -1,21 +1,21 @@ n_panels = 2 -; Upper panel -0/min_x = 0 +; Upper panel (found to the "right" in the HDF5, nearest the beam) +0/min_x = 512 0/max_x = 1023 -0/min_y = 512 +0/min_y = 0 0/max_y = 1023 -0/cx = 503.0 -0/cy = 468.7 -0/clen = 68.0e-3 +0/cx = 870.0 +0/cy = 512.0 +0/clen = 66.0e-3 0/res = 13333.3 ; 75 micron pixel size -; Lower panel +; Lower panel (found to the "left" in the HDF5, furthest from the beam) 1/min_x = 0 -1/max_x = 1023 +1/max_x = 511 1/min_y = 0 -1/max_y = 511 -1/cx = 503.0 -1/cy = 912.0 -1/clen = 71.0e-3 +1/max_y = 1023 +1/cx = 461.0 +1/cy = 512.0 +1/clen = 69.0e-3 1/res = 13333.3 ; 75 micron pixel size |