diff options
author | Thomas White <taw@physics.org> | 2020-09-08 16:01:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-08 16:16:48 +0200 |
commit | f2ef38b3323489ec2435a547b39bca211f69f0d0 (patch) | |
tree | abd4a939730027cdffe862bce6e56a1942f58040 /src/crystfelimageview.h | |
parent | 3269c5306a5b185dd364c1e5631e3527f17432b3 (diff) |
Show prediction boxes at the right size
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r-- | src/crystfelimageview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h index e417dd62..a8f8df99 100644 --- a/src/crystfelimageview.h +++ b/src/crystfelimageview.h @@ -89,6 +89,7 @@ struct _crystfelimageview int show_peaks; int show_refls; float peak_box_size; + float refl_box_size; }; struct _crystfelimageviewclass @@ -119,4 +120,7 @@ extern void crystfel_image_view_set_show_reflections(CrystFELImageView *iv, extern void crystfel_image_view_set_peak_box_size(CrystFELImageView *iv, float box_size); +extern void crystfel_image_view_set_refl_box_size(CrystFELImageView *iv, + float box_size); + #endif /* CRYSTFELIMAGEVIEW_H */ |