diff options
author | Thomas White <taw@physics.org> | 2014-04-25 17:30:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-25 17:30:24 +0200 |
commit | 5c464fe6602584bc7f517d4b9e3a07feb4166cf1 (patch) | |
tree | feeef40cc41ad77d07a0c55add38ef2b51d976ff /src/dw-hdfsee.h | |
parent | ed571bb053a53ddc86b62f9570394aa1c3af7ffe (diff) | |
parent | 961ed21976d3eeede27e5317aec5184709f9a4d8 (diff) |
Merge branch 'valerio/calibrationmode'
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r-- | src/dw-hdfsee.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h index 92ca9d42..b469e79d 100644 --- a/src/dw-hdfsee.h +++ b/src/dw-hdfsee.h @@ -10,6 +10,7 @@ * Authors: * 2009-2012 Thomas White <taw@physics.org> * 2012 Richard Kirian + * 2014 Valerio Mariani * * This file is part of CrystFEL. * @@ -108,6 +109,13 @@ typedef struct { double ring_radius; double *ring_radii; int n_rings; + int calib_mode; + struct rigid_group *calib_mode_curr_rg; + struct panel *calib_mode_curr_p; + int calib_mode_show_focus; + int calib_mode_groups; + + GtkWidget *calibmode_statusbar; int show_col_scale; int scale; @@ -119,7 +127,7 @@ typedef struct { extern DisplayWindow *displaywindow_open(const char *filename, const char *peaks, double boost, int binning, - int noisefilter, int colscale, + int noisefilter, int calibmode, int colscale, const char *element, const char *geometry, const char *beam, int show_rings, |