aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-18 16:16:20 +0100
committerThomas White <taw@physics.org>2010-01-18 16:16:20 +0100
commitfc055095a1321784ded839bdcee42182bc3e5469 (patch)
treede58fde0b77a30aad1837c1ae9d95ad78ab18842 /src/index.h
parent094e18eed46ea514ca108f0c3dfc602f0e5eeb0c (diff)
Output more information with --dump-peaks
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h
index 3f92b96b..076d9fe2 100644
--- a/src/index.h
+++ b/src/index.h
@@ -21,5 +21,9 @@
extern void index_pattern(struct image *image, int no_index, int dump_peaks,
int use_dirax);
+/* x,y in pixels relative to central beam */
+extern int map_position(struct image *image, double x, double y,
+ double *rx, double *ry, double *rz);
+
#endif /* INDEX_H */