diff options
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r-- | src/hdf5-file.c | 8 |
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; } |