aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-17 10:38:57 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-17 10:38:57 +0100
commit8ef8fa59cbd8afac2375c5dbb1acc524ac322fbc (patch)
tree100537dfe02d64ce1b2d59f3c95485bd8b5e2146 /src/hdf5-file.c
parent858aee656ef46d89bd26095bb88b28574cfe7212 (diff)
WIP on per-panel detector geometry
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index 974760be..0a63a853 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -202,14 +202,6 @@ int hdf5_read(struct hdfile *f, struct image *image)
image->lambda = ph_en_to_lambda(eV_to_J(2000.0));
}
- /* These are only used for simulation (not analysis) */
- image->x_centre = image->width/2;
- image->y_centre = image->height/2;
-
- /* FIXME: The following are basically made up... */
- image->camera_len = 67.0e-3; /* 75 mm camera length */
- image->resolution = 13333.3; /* 75 micron pixel size */
-
return 0;
}