aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-08 15:33:28 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitc863d99144e6506320a557840f6ae37236a6a3c4 (patch)
tree4daae9a65be0e69d86352eeb9d73930fb8b748e5 /libcrystfel/src/detgeom.h
parent7225ef12ff703a332a1eabf846151798357e219a (diff)
Replace largest_q for detgeom
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 67a33307..61106e32 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -103,6 +103,9 @@ extern void detgeom_transform_coords(struct detgeom_panel *p,
extern void detgeom_free(struct detgeom *detgeom);
+extern double detgeom_max_resolution(struct detgeom *detgeom,
+ double wavelength);
+
#ifdef __cplusplus
}
#endif