aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-17 10:53:14 +0100
committerThomas White <taw@physics.org>2010-02-17 10:53:14 +0100
commitae76664c17533d29555aeef41b7534c78407825f (patch)
tree27ff2d899e8cac27df8ca73c818e09d8b28d0557 /src/image.h
parent8ef8fa59cbd8afac2375c5dbb1acc524ac322fbc (diff)
Remove fmode stuff
Let's not pretend we can really do this.
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/image.h b/src/image.h
index 543d924c..326e70b7 100644
--- a/src/image.h
+++ b/src/image.h
@@ -26,13 +26,6 @@
#include "detector.h"
-/* How is the scaling of the image described? */
-typedef enum {
- FORMULATION_CLEN,
- FORMULATION_PIXELSIZE
-} FormulationMode;
-
-
/* Structure describing a feature in an image */
struct imagefeature {
@@ -83,12 +76,6 @@ struct image {
struct quaternion orientation;
- /* Image parameters can be given as camera length or pixel size.
- * If FORMULATION_CLEN, then camera_len and resolution must be given.
- * If FORMULATION_PIXELSIZE, then pixel_size only is needed.*/
- FormulationMode fmode;
- double pixel_size;
-
/* Wavelength must always be given */
double lambda; /* Wavelength in m */