aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-03 18:03:28 +0200
committerThomas White <taw@physics.org>2010-06-03 18:03:28 +0200
commitbf92ef76e53cce54c72463abbc28c088a04e533a (patch)
tree80ab0438f7a003c998301039ab0d7d2be06d7bcd
parent44b44af2d3a9a0c4a72f7f88903587f10d69a909 (diff)
Update geometry-simple.tmp to include a small detector gap
This avoids problems with NaNs near the centre
-rw-r--r--src/geometry-simple.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geometry-simple.tmp b/src/geometry-simple.tmp
index af465b38..3472ff8a 100644
--- a/src/geometry-simple.tmp
+++ b/src/geometry-simple.tmp
@@ -8,7 +8,7 @@ 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 = 512.0;
-image.det.panels[0].cy = 512.0;
+image.det.panels[0].cy = 502.0;
image.det.panels[0].clen = 50.0e-3;
image.det.panels[0].res = 13333.3; /* 75 micron pixel size */
@@ -18,6 +18,6 @@ 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 = 512.0;
-image.det.panels[1].cy = 512.7;
+image.det.panels[1].cy = 522.0;
image.det.panels[1].clen = 50.0e-3;
image.det.panels[1].res = 13333.3; /* 75 micron pixel size */