aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r--libcrystfel/src/image-hdf5.h5
1 files changed, 5 insertions, 0 deletions
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,