diff options
author | Thomas White <taw@physics.org> | 2010-10-07 11:03:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:01 +0100 |
commit | ecc4bcba33c84e5f9d8f3909b85c6c81158e99f6 (patch) | |
tree | 703e887eeaa625cb7b9c11727e10da8edee82b3b /src/hdf5-file.h | |
parent | 7ff287694b7fd5d1fca4f31e552c8d656257c82b (diff) |
indexamajig: Option of getting peaks from the HDF5 file
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |