diff options
Diffstat (limited to 'examples/lcls-june.geom')
-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 |