diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
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 */ |