aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-25 15:23:11 +0100
committerThomas White <taw@physics.org>2021-03-25 16:16:01 +0100
commit1440b2b897845b713450ef1bc8460d2d6d7bb337 (patch)
treea6d1770cdc171a11a564f511244154fdb74371e0 /libcrystfel/src/detgeom.h
parent42fc18c3ce4af1dccdf511b1da8ab4b0860e3b96 (diff)
Add detgeom_mean_camera_length
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 5e3815ac..7f291a7a 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -105,6 +105,8 @@ extern double detgeom_max_resolution(struct detgeom *detgeom,
extern void show_panel(struct detgeom_panel *p);
+extern double detgeom_mean_camera_length(struct detgeom *dg);
+
#ifdef __cplusplus
}
#endif