aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-24 14:57:51 +0200
committerThomas White <taw@physics.org>2014-09-24 14:57:51 +0200
commit16ab8ecd3592233e28c994ba6d54179da2cefcde (patch)
treeccd5594d11f5062ba1a8611d546c30fb795564db /src
parent76e83c0ee82f727171566fdd21a0161fc88b62b7 (diff)
hdfsee: Take account of beam parameters
Diffstat (limited to 'src')
-rw-r--r--src/dw-hdfsee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 5a274671..0af10671 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -2437,6 +2437,7 @@ DisplayWindow *displaywindow_open(char *filename, const char *peaks,
dw->ev_list = NULL;
dw->image->det = det_geom;
+ dw->image->beam = beam;
dw->hdfile = hdfile_open(filename);
if ( dw->hdfile == NULL ) {