From dd4017d6606deafc61bc406c569836abc9e4fa4b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 22 Jul 2012 17:14:20 +0200 Subject: Add write_detector_geometry() to detector.h --- libcrystfel/src/detector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index b740965c..1cd64716 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -149,6 +149,8 @@ extern double smallest_q(struct image *image); extern struct panel *find_panel_by_name(struct detector *det, const char *name); +extern int write_detector_geometry(const char *filename, struct detector *det); + #ifdef __cplusplus } #endif -- cgit v1.2.3