diff options
author | Thomas White <taw@physics.org> | 2015-02-20 14:51:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-20 14:51:17 +0100 |
commit | a388a84d3377812332194c134e404c94d20c7706 (patch) | |
tree | 1c0631ef8ea7e1b704db042c6d826f096fddec4d /libcrystfel/src/hdf5-file.h | |
parent | 6ad20e4d35878c7fccc5bf765c2f33f1117e3c4d (diff) |
Rationalise get_value() stuff
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r-- | libcrystfel/src/hdf5-file.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 2988b929..721c1eea 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -83,10 +83,6 @@ extern int get_peaks(struct image *image, struct hdfile *f, const char *p); extern int get_peaks_cxi(struct image *image, struct hdfile *f, const char *p, struct filename_plus_event *fpe); -extern double get_value(struct hdfile *f, const char *name); - -extern double get_ev_based_value(struct hdfile *f, const char *name, - struct event *ev); extern struct copy_hdf5_field *new_copy_hdf5_field_list(void); extern void free_copy_hdf5_field_list(struct copy_hdf5_field *f); @@ -99,6 +95,9 @@ extern void add_copy_hdf5_field(struct copy_hdf5_field *copyme, extern struct event_list *fill_event_list(struct hdfile* hdfile, struct detector* det); +extern int get_value(struct hdfile *f, const char *name, + struct event *ev, void *val, hid_t memtype); + #ifdef __cplusplus } #endif |