aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-13 15:23:45 +0200
committerThomas White <taw@physics.org>2014-08-13 15:23:45 +0200
commit918316caca74df894193922b1e0bc132afcf6ee5 (patch)
tree3500b0503c8e320abe2c9c0856d3f753bf6986b2 /libcrystfel/src/detector.h
parent6771d485ac6ed1bfa1cf813df8d3e45c571cdfad (diff)
Add mark_resolution_range_as_bad()
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 0fc0610a..157c2edf 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -200,6 +200,9 @@ extern struct panel *find_panel_by_name(struct detector *det, const char *name);
extern int write_detector_geometry(const char *filename, struct detector *det);
+extern void mark_resolution_range_as_bad(struct image *image,
+ double min, double max);
+
#ifdef __cplusplus
}
#endif