aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2014-03-14 13:02:58 +0100
committerThomas White <taw@physics.org>2014-09-05 17:09:06 +0200
commit985efc49f5ccdd47ffe37e195970afb6fc289edd (patch)
treed0bea6d7d03c8392a0e2969e2aaddf580c5478a8 /src/dw-hdfsee.h
parent16a5848ff278be2e7612f36ca9103b668e47306d (diff)
Geometry file is now mandatory for hdfsee
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index 7b84f256..1ca4b73f 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -30,7 +30,6 @@
*
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -38,9 +37,9 @@
#ifndef DISPLAYWINDOW_H
#define DISPLAYWINDOW_H
+#include "image.h"
#include <gtk/gtk.h>
-
typedef struct {
GtkWidget *window;
GtkWidget *entry;
@@ -90,9 +89,6 @@ typedef struct {
int not_ready_yet;
- struct detector *loaded_geom;
- struct detector *simple_geom;
-
struct hdfile *hdfile;
struct image *image;
@@ -113,7 +109,6 @@ typedef struct {
double boostint;
int noisefilter; /* Use aggressive noise filter */
int median_filter;
- int use_geom;
int show_rings;
int show_peaks;
double ring_radius;
@@ -138,7 +133,7 @@ extern DisplayWindow *displaywindow_open(const char *filename,
int binning,
int noisefilter, int calibmode, int colscale,
const char *element,
- const char *geometry, const char *beam,
+ struct detector *det_geom, const char *beam,
int show_rings,
double *ring_radii, int n_rings,
double ring_size, int median_filter);