From 3fcc518b7efc9fb4e2e6fe95c0bdbf2d1bab035b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Feb 2015 10:56:45 +0100 Subject: indexamajig: --peaks=cxi instead of --peaks=hdf5 --cxi-hdf5-peaks --- libcrystfel/src/hdf5-file.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libcrystfel/src/hdf5-file.h') diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index 4d7b223c..2988b929 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -3,11 +3,11 @@ * * Read/write HDF5 data files * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2009-2012 Thomas White + * 2009-2015 Thomas White * 2014 Valerio Mariani * @@ -79,8 +79,10 @@ 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, - int cxi_format, struct filename_plus_event *fpe); +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, -- cgit v1.2.3