diff options
author | Thomas White <taw@physics.org> | 2021-04-01 10:56:05 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-04-01 11:51:31 +0200 |
commit | bb383134d7f2d15578b77186f5b35e6b8c344b71 (patch) | |
tree | c78bdd7107c83e3bf246a76bde08a25c3136954e /libcrystfel/src/image-hdf5.h | |
parent | 33dc8d67a599959333026052e45e9f3dfab2f48d (diff) |
Implement loading of saturation map
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r-- | libcrystfel/src/image-hdf5.h | 5 |
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, |