aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-22 14:52:04 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-22 14:52:04 +0000
commitb7ba021860c13552972efed75d051f271f025505 (patch)
treef1ef1fbb0424d4d0da89faeeb7cd489f94b55215 /src/image.h
parent51ceb4cfffa10475a5e30dc62e91df4ba59741be (diff)
New cache format stores image features rather than 3D reflection coordinates
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@167 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 642cc3a..5061893 100644
--- a/src/image.h
+++ b/src/image.h
@@ -21,8 +21,8 @@
typedef struct imagefeature_struct {
struct imagerecord_struct *parent;
- int x;
- int y;
+ double x;
+ double y;
double intensity;
} ImageFeature;