diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2014-03-27 13:37:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 18:03:02 +0200 |
commit | c4135f7e8655e28ae3132d50540267e8d2b0a5cf (patch) | |
tree | 7c9a5f4b1aef43616778447f00ce172613830648 /libcrystfel/src/hdf5-file.h | |
parent | c194bf7746e3635571808856f29434499eec55b7 (diff) |
Bugfixes to refactored hdf5 reading and writing functions
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 1cac71a5..b5159fcf 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -52,6 +52,8 @@ extern int hdf5_write_image(const char *filename, struct image *image, char *ele extern int hdf5_read(struct hdfile *f, struct image *image, const char *element, int satcorr); +extern int hdf5_read2(struct hdfile *f, struct image *image, const char* element, int satcorr, int override_data_and_mask); + extern struct hdfile *hdfile_open(const char *filename); extern int hdfile_set_image(struct hdfile *f, const char *path); extern int16_t *hdfile_get_image_binned(struct hdfile *hdfile, |