aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2015-01-26 18:22:31 +0100
committervalerio.mariani@desy.de <vmariani@cfeld-valerio2.desy.de>2015-01-27 14:11:56 +0100
commita61f606acdfb844d105c10243fb8a1751525adea (patch)
tree03f61645cfc7636d9ce9ad4f2d3803b88bdaafe5 /libcrystfel/src/detector.h
parent07fab90f63443a4b048008298ecad2c53a5276bc (diff)
Add write_detector_geometry_2() to avoid changing API
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h10
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);