aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-16 11:09:19 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit3e8caf1258140119b5fbce74cc1040da7e8d280e (patch)
treecddaff5d240fbae70283548c3bef193f862eb535 /libcrystfel/src/datatemplate.h
parent0a9f19f83f8dd408266ead176a96f5b6dfe5a686 (diff)
Implement data_template_translate_group_{px,m}()
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