aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-12 16:08:35 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-17 10:36:28 +0100
commit46c61f3a55b59f4388977d5221827e3f6cc9db0f (patch)
tree8d3db6cacc62ba6b2b15145aaace9826f8bdbc8d /src/hdf5-file.c
parented6508f245f8f7da7b7eef295006f919c616aefb (diff)
Update camera length
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 130be3a0..974760be 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -207,7 +207,7 @@ int hdf5_read(struct hdfile *f, struct image *image)
image->y_centre = image->height/2;
/* FIXME: The following are basically made up... */
- image->camera_len = 75.0e-3; /* 75 mm camera length */
+ image->camera_len = 67.0e-3; /* 75 mm camera length */
image->resolution = 13333.3; /* 75 micron pixel size */
return 0;