aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/datatemplate.h')
-rw-r--r--libcrystfel/src/datatemplate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.h b/libcrystfel/src/datatemplate.h
index 255b0c1d..cce3eb2d 100644
--- a/libcrystfel/src/datatemplate.h
+++ b/libcrystfel/src/datatemplate.h
@@ -83,6 +83,14 @@ extern struct detgeom *data_template_get_2d_detgeom_if_possible(const DataTempla
extern void data_template_show_hierarchy(const DataTemplate *dtempl);
+extern int data_template_translate_group_px(DataTemplate *dtempl,
+ const char *group_name,
+ double x, double y, double z);
+
+extern int data_template_translate_group_m(DataTemplate *dtempl,
+ const char *group_name,
+ double x, double y, double z);
+
#ifdef __cplusplus
}
#endif