diff options
author | Thomas White <taw@physics.org> | 2020-03-26 16:11:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | f2badf17cf22031bd80b2ebf537cb7133be1e815 (patch) | |
tree | 29e3ac807d0aa9b572f50ca2987e3f601ff61aa7 /src/crystfel_gui.h | |
parent | 1f09f01108cab24293b896758d0ab549f4b02ecf (diff) |
Implement hdf5/cxi peak "revalidation" in GUI
Diffstat (limited to 'src/crystfel_gui.h')
-rw-r--r-- | src/crystfel_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crystfel_gui.h b/src/crystfel_gui.h index 077f900b..5ca37f8e 100644 --- a/src/crystfel_gui.h +++ b/src/crystfel_gui.h @@ -51,6 +51,7 @@ struct peak_params { float pk_mid; float pk_out; int half_pixel_shift; /* cxi, hdf5 */ + int revalidate; }; struct crystfelproject; |