diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-11 15:48:16 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-11 15:48:16 -0700 |
commit | 0a8c401e861e67c5dd6adfd1318b7c26d77edf70 (patch) | |
tree | e0efb2a3aee6e611dda81010cb7ddc34dddfbbc8 /examples/lcls-dec.geom | |
parent | 0559d06f61cd3f30b5925fe062654eca83eb6dd6 (diff) |
Add example geometry files
Diffstat (limited to 'examples/lcls-dec.geom')
-rw-r--r-- | examples/lcls-dec.geom | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/lcls-dec.geom b/examples/lcls-dec.geom new file mode 100644 index 00000000..398ba66f --- /dev/null +++ b/examples/lcls-dec.geom @@ -0,0 +1,21 @@ +n_panels = 2 + +; Upper panel +0/min_x = 0 +0/max_x = 1023 +0/min_y = 512 +0/max_y = 1023 +0/cx = 491.9 +0/cy = 440.7 +0/clen = 67.8e-3 +0/res = 13333.3 ; 75 micron pixel size + +; Lower panel +1/min_x = 0 +1/max_x = 1023 +1/min_y = 0 +1/max_y = 511 +1/cx = 492.0 +1/cy = 779.7 +1/clen = 70.8e-3 +1/res = 13333.3 ; 75 micron pixel size |