aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-20 10:58:27 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit5d803715265336cb005fa085fb2f6c86e4c832b7 (patch)
tree4554ccbd792d2cf1d9d2633f263167ef1303adbd /libcrystfel/src/detgeom.h
parent5007a946fab23f0363020918dd5acf48294b9dde (diff)
Add detgeom_translate_detector_m
Diffstat (limited to 'libcrystfel/src/detgeom.h')
-rw-r--r--libcrystfel/src/detgeom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detgeom.h b/libcrystfel/src/detgeom.h
index 22f5bd1a..cf4968f8 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -140,6 +140,8 @@ extern struct detgeom_panel *detgeom_find_panel(struct detgeom *dg, const char *
extern void detgeom_show_hierarchy(const struct detgeom *dg);
+extern void detgeom_translate_detector_m(struct detgeom *dg, double x, double y, double z);
+
#ifdef __cplusplus
}
#endif