diff options
-rw-r--r-- | libcrystfel/src/detector.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |