aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-08 14:43:58 +0200
committerThomas White <taw@physics.org>2020-09-08 16:16:48 +0200
commitfd6b5f255b1052255c0c15e2dd6f4a62b5dd9219 (patch)
treeb85883702c60ed74a1ab7af41c1fcc08981340bd /src/crystfelimageview.h
parent056dc691cbca0a69fb457e4c546df8d88655e478 (diff)
Make peak box bigger (and add crosshairs) at high magnification
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h
index ff07f4b3..e417dd62 100644
--- a/src/crystfelimageview.h
+++ b/src/crystfelimageview.h
@@ -88,6 +88,7 @@ struct _crystfelimageview
double brightness;
int show_peaks;
int show_refls;
+ float peak_box_size;
};
struct _crystfelimageviewclass
@@ -115,4 +116,7 @@ extern void crystfel_image_view_set_show_peaks(CrystFELImageView *iv,
extern void crystfel_image_view_set_show_reflections(CrystFELImageView *iv,
int show_refls);
+extern void crystfel_image_view_set_peak_box_size(CrystFELImageView *iv,
+ float box_size);
+
#endif /* CRYSTFELIMAGEVIEW_H */