aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2014-12-12 18:59:39 +0100
committerThomas White <taw@physics.org>2014-12-14 07:17:43 +0100
commitd5f011beac8badef95a65966935d4fc1b320e292 (patch)
tree028b29a8c45e3b3e2f9b3a5b95b3776f72ba6dc3 /libcrystfel/src/hdf5-file.h
parent4f80ff8f01695276cc0d4cb628034f1b50d8e2d4 (diff)
Read cxidb peak info
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r--libcrystfel/src/hdf5-file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index 336684a5..93ef1d95 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -79,7 +79,8 @@ extern void hdfile_close(struct hdfile *f);
extern int hdfile_is_scalar(struct hdfile *f, const char *name, int verbose);
char *hdfile_get_string_value(struct hdfile *f, const char *name,
struct event* ev);
-extern int get_peaks(struct image *image, struct hdfile *f, const char *p);
+extern int get_peaks(struct image *image, struct hdfile *f, const char *p,
+ int cxidb_format, 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,