diff options
author | Thomas White <taw@physics.org> | 2012-03-23 16:30:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-23 16:30:00 +0100 |
commit | 685f23322f7a40102f80a41b8dba3a29c8a99ae4 (patch) | |
tree | 5c90608989b656bc80864417ee6525fb9a9615cc /libcrystfel/src/hdf5-file.h | |
parent | dbdc0f4e278dd4f4a6925fc4ecb96c4899c82fa9 (diff) |
Add new function hdf5_write_image() to include all relevant information in the file
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r-- | libcrystfel/src/hdf5-file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 2ef76304..f6051c88 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -46,6 +46,8 @@ struct copy_hdf5_field; extern int hdf5_write(const char *filename, const void *data, int width, int height, int type); +extern int hdf5_write_image(const char *filename, struct image *image); + extern int hdf5_read(struct hdfile *f, struct image *image, int satcorr); extern struct hdfile *hdfile_open(const char *filename); |