diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-07-22 17:14:20 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-07-22 17:14:53 +0200 |
commit | dd4017d6606deafc61bc406c569836abc9e4fa4b (patch) | |
tree | 25a880e488709f0857899e3189e12709f3dabd62 /libcrystfel | |
parent | e46441d0fc979f769e8fc1984489156b981ecca2 (diff) |
Add write_detector_geometry() to detector.h
Diffstat (limited to 'libcrystfel')
-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 |