aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-06 18:34:54 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commitfb54afd078e600183e11caeb0713065b94e7968f (patch)
tree201b1f9f8318765362ee140399c1cd817d4fd1b7 /src/hdf5-file.h
parent806844b14db4e87114bc355d2debd9e8f8846c67 (diff)
Add -b option to powder_plot, make hdf5_read() not use nominal energy
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r--src/hdf5-file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h
index 7a0d4382..f5ee71b3 100644
--- a/src/hdf5-file.h
+++ b/src/hdf5-file.h
@@ -27,8 +27,7 @@ struct hdfile;
extern int hdf5_write(const char *filename, const void *data,
int width, int height, int type);
-extern int hdf5_read(struct hdfile *f, struct image *image, int satcorr,
- double nominal_photon_energy);
+extern int hdf5_read(struct hdfile *f, struct image *image, int satcorr);
extern struct hdfile *hdfile_open(const char *filename);
extern int hdfile_set_image(struct hdfile *f, const char *path);