From 8ef8fa59cbd8afac2375c5dbb1acc524ac322fbc Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Feb 2010 10:38:57 +0100 Subject: WIP on per-panel detector geometry --- src/hdf5-file.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/hdf5-file.c') 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; } -- cgit v1.2.3