aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-08 18:23:15 +0100
committerThomas White <taw@physics.org>2010-01-08 18:23:15 +0100
commitbf78e7651ce298b5115d07c2efea5d9af3e8966f (patch)
treed707f28296f9025947f1b484f65b095077ed2202 /src/hdf5-file.c
parent0c14d9175d5390a4620a7f82cbf33264b45f36bc (diff)
New centering
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 509147a0..32bded7a 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -259,7 +259,7 @@ int hdf5_read(struct hdfile *f, struct image *image)
/* FIXME: The following are basically made up... */
image->x_centre = image->width/2 - 19;
- image->y_centre = image->height/2 - 35;
+ image->y_centre = image->height/2 - 75;
image->lambda = ph_en_to_lambda(eV_to_J(1793.0));
image->fmode = FORMULATION_CLEN;
image->camera_len = 75.0e-3; /* 75 mm camera length */