From 0a8c401e861e67c5dd6adfd1318b7c26d77edf70 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Jun 2010 15:48:16 -0700 Subject: Add example geometry files --- examples/lcls-dec.geom | 21 +++++++++++++++++++++ examples/lcls-june.geom | 21 +++++++++++++++++++++ examples/simple.geom | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 examples/lcls-dec.geom create mode 100644 examples/lcls-june.geom create mode 100644 examples/simple.geom 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 -- cgit v1.2.3