diff options
author | Thomas White <taw@physics.org> | 2020-03-20 13:24:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 5543f048ba45e07238cf5b16bc778305a7db2be1 (patch) | |
tree | e1408760548d9c3d74769b00d52b6e3811ad5692 /src/crystfelimageview.c | |
parent | e9ca4627b95fc8b4d8e9e88e7e58ee9918747a7a (diff) |
Add crystfel_image_view_get_datatemplate()
Diffstat (limited to 'src/crystfelimageview.c')
-rw-r--r-- | src/crystfelimageview.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crystfelimageview.c b/src/crystfelimageview.c index 25597dfe..27865b76 100644 --- a/src/crystfelimageview.c +++ b/src/crystfelimageview.c @@ -730,6 +730,12 @@ struct image *crystfel_image_view_get_image_struct(CrystFELImageView *iv) } +const DataTemplate *crystfel_image_view_get_datatemplate(CrystFELImageView *iv) +{ + return iv->dtempl; +} + + void crystfel_image_view_set_peaks(CrystFELImageView *iv, ImageFeatureList *peaks, int list_num) |