aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
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/image.h
parent858aee656ef46d89bd26095bb88b28574cfe7212 (diff)
WIP on per-panel detector geometry
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/image.h b/src/image.h
index 78194433..543d924c 100644
--- a/src/image.h
+++ b/src/image.h
@@ -88,16 +88,12 @@ struct image {
* If FORMULATION_PIXELSIZE, then pixel_size only is needed.*/
FormulationMode fmode;
double pixel_size;
- float camera_len;
- float resolution; /* pixels per metre */
/* Wavelength must always be given */
double lambda; /* Wavelength in m */
int width;
int height;
- double x_centre;
- double y_centre;
ImageFeatureList *features; /* "Experimental" features */
ImageFeatureList *rflist; /* "Predicted" features */