From ecc4bcba33c84e5f9d8f3909b85c6c81158e99f6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Oct 2010 11:03:56 +0200 Subject: indexamajig: Option of getting peaks from the HDF5 file --- src/hdf5-file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hdf5-file.h') diff --git a/src/hdf5-file.h b/src/hdf5-file.h index 7e662799..145c9cac 100644 --- a/src/hdf5-file.h +++ b/src/hdf5-file.h @@ -41,5 +41,6 @@ extern int hdfile_set_first_image(struct hdfile *f, const char *group); extern void hdfile_close(struct hdfile *f); extern char *hdfile_get_string_value(struct hdfile *f, const char *name); +extern int get_peaks(struct image *image, struct hdfile *f); #endif /* HDF5_H */ -- cgit v1.2.3