aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-04 14:03:35 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit81e75a6820a01cd5b4d481e3e24c8a54b5bc77e5 (patch)
tree2eb53753ba038fe714fff2e99f43d2c3bedca455 /libcrystfel/src/detgeom.h
parentef2a5b59b78ecf7df4b72795e0f08eec345b5b82 (diff)
Calculate panel Minvs
Diffstat (limited to 'libcrystfel/src/detgeom.h')
-rw-r--r--libcrystfel/src/detgeom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/detgeom.h b/libcrystfel/src/detgeom.h
index cf4968f8..4df67c0c 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -42,6 +42,7 @@ extern "C" {
* Detector geometry structure and related functions.
*/
+#include <gsl/gsl_matrix.h>
/**
* Represents one panel of a detector
@@ -142,6 +143,8 @@ extern void detgeom_show_hierarchy(const struct detgeom *dg);
extern void detgeom_translate_detector_m(struct detgeom *dg, double x, double y, double z);
+extern gsl_matrix **make_panel_minvs(struct detgeom *dg);
+
#ifdef __cplusplus
}
#endif