diff options
author | Thomas White <taw@physics.org> | 2013-09-19 11:29:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-19 11:29:28 +0200 |
commit | 72b949c4ec28e76dea966d88eae549fad6548143 (patch) | |
tree | 58e4c6838811cdab862564f10543b64add88137f /src/dw-hdfsee.h | |
parent | c922fc1bc1fdad83bfd00e17f134b8d9a05884db (diff) |
hdfsee: Use beam parameters file (--beam option)
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r-- | src/dw-hdfsee.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h index 3e908947..92ca9d42 100644 --- a/src/dw-hdfsee.h +++ b/src/dw-hdfsee.h @@ -121,7 +121,8 @@ extern DisplayWindow *displaywindow_open(const char *filename, int binning, int noisefilter, int colscale, const char *element, - const char *geometry, int show_rings, + const char *geometry, const char *beam, + int show_rings, double *ring_radii, int n_rings, double ring_size, int median_filter); |