aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-27 11:35:56 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit199f01b01f65d254fcb514516eaaf67866b66bcb (patch)
tree95e284871a65a2bc6208c846267c72043a24dfa0 /libcrystfel/src/detgeom.h
parentaab8403884c4731f7365796de8f53315f4a61616 (diff)
Convert estimate_peak_resolution to detgeom
Diffstat (limited to 'libcrystfel/src/detgeom.h')
-rw-r--r--libcrystfel/src/detgeom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/detgeom.h b/libcrystfel/src/detgeom.h
index 0c924f36..4d80df6b 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -96,6 +96,11 @@ struct detgeom
int n_panels;
};
+extern void detgeom_transform_coords(struct detgeom_panel *p,
+ double fs, double ss,
+ double wavelength,
+ double *r);
+
#ifdef __cplusplus
}
#endif