From bb383134d7f2d15578b77186f5b35e6b8c344b71 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 1 Apr 2021 10:56:05 +0200 Subject: Implement loading of saturation map --- libcrystfel/src/image-hdf5.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libcrystfel/src/image-hdf5.h') diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h index 96b21558..4c36cf89 100644 --- a/libcrystfel/src/image-hdf5.h +++ b/libcrystfel/src/image-hdf5.h @@ -50,6 +50,11 @@ extern int image_hdf5_read_mask(struct panel_template *p, const char *mask_location, int mask_good, int mask_bad); +extern float *image_hdf5_read_satmap(struct panel_template *p, + const char *filename, + const char *event, + const char *map_location); + extern ImageFeatureList *image_hdf5_read_peaks_cxi(const DataTemplate *dtempl, const char *filename, const char *event, -- cgit v1.2.3