diff options
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 489087ec..819b2e69 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -235,11 +235,15 @@ 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_2(const char *geometry_filename, + const char *output_filename, + struct detector *det, + const char *additional_comment, + int write_panel_coffset); + extern int write_detector_geometry(const char *geometry_filename, const char *output_filename, - struct detector *det, - const char *additional_comment, - int write_panel_coffset); + struct detector *det); extern void mark_resolution_range_as_bad(struct image *image, double min, double max); |