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 | |
parent | 0559d06f61cd3f30b5925fe062654eca83eb6dd6 (diff) |
Add example geometry files
-rw-r--r-- | examples/lcls-dec.geom | 21 | ||||
-rw-r--r-- | examples/lcls-june.geom | 21 | ||||
-rw-r--r-- | examples/simple.geom | 21 |
3 files changed, 63 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 diff --git a/examples/lcls-june.geom b/examples/lcls-june.geom new file mode 100644 index 00000000..aeef3546 --- /dev/null +++ b/examples/lcls-june.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 = 503.0 +0/cy = 468.7 +0/clen = 68.0e-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 = 503.0 +1/cy = 912.0 +1/clen = 71.0e-3 +1/res = 13333.3 ; 75 micron pixel size diff --git a/examples/simple.geom b/examples/simple.geom new file mode 100644 index 00000000..0c309c27 --- /dev/null +++ b/examples/simple.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 = 512.0 +0/cy = 502.0 +0/clen = 50.0e-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 = 512.0 +1/cy = 522.0 +1/clen = 50.0e-3 +1/res = 13333.3 ; 75 micron pixel size |