aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
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 */