aboutsummaryrefslogtreecommitdiff
path: root/src/geometry-lcls.tmp
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-11 15:35:44 -0700
committerThomas White <taw@bitwiz.org.uk>2010-06-11 15:35:44 -0700
commit29e67fab67793ce42b889405cf6e7ef1a32d0bdc (patch)
treee9b66ffb56fae17a109d27e15222eba664515831 /src/geometry-lcls.tmp
parent1915044fdd7b7de700330450445be9fe5d5b2001 (diff)
Get detector geometry from file
Diffstat (limited to 'src/geometry-lcls.tmp')
-rw-r--r--src/geometry-lcls.tmp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/geometry-lcls.tmp b/src/geometry-lcls.tmp
deleted file mode 100644
index 50bf9ef0..00000000
--- a/src/geometry-lcls.tmp
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Set up detector configuration */
-image.det.n_panels = 2;
-image.det.panels = malloc(image.det.n_panels*sizeof(struct panel));
-
-/* Upper panel */
-image.det.panels[0].min_x = 0;
-image.det.panels[0].max_x = 1023;
-image.det.panels[0].min_y = 512;
-image.det.panels[0].max_y = 1023;
-image.det.panels[0].cx = 491.9;
-image.det.panels[0].cy = 440.7;
-image.det.panels[0].clen = 67.8e-3;
-image.det.panels[0].res = 13333.3; /* 75 micron pixel size */
-
-/* Lower panel */
-image.det.panels[1].min_x = 0;
-image.det.panels[1].max_x = 1023;
-image.det.panels[1].min_y = 0;
-image.det.panels[1].max_y = 511;
-image.det.panels[1].cx = 492.0;
-image.det.panels[1].cy = 779.7;
-image.det.panels[1].clen = 70.8e-3;
-image.det.panels[1].res = 13333.3; /* 75 micron pixel size */