aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2014-11-10 14:26:45 +0100
committerThomas White <taw@physics.org>2014-11-10 18:59:34 +0100
commite3135a2154b1aa1c137664030972a09e50b7f1d8 (patch)
treed29d9afc83084411065b0219c3b0c43af551d53d /src/dw-hdfsee.h
parent44fa1b1c46f9cd52fb0f0842a09b1d499e3cf08c (diff)
Copy and Replace when saving geometry
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index fc16594d..14c17287 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -90,11 +90,13 @@ typedef struct {
int not_ready_yet;
- struct detector* simple_geom;
+ struct detector* simple_geom;
- struct hdfile *hdfile;
+ struct hdfile *hdfile;
struct image *image;
+ char *geom_filename;
+
/* Dialog boxes */
BinningDialog *binning_dialog;
BoostIntDialog *boostint_dialog;
@@ -137,7 +139,7 @@ typedef struct {
} DisplayWindow;
/* Open an image display window showing the given filename, or NULL */
-extern DisplayWindow *displaywindow_open(char *filename,
+extern DisplayWindow *displaywindow_open(char *filename, char *geom_filename,
const char *peaks, double boost,
int binning,
int noisefilter, int calibmode,