From f4bc400661860fb7a70ad7638a3177017b88fd98 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 7 Aug 2020 15:58:43 +0200 Subject: Expose rigid groups --- libcrystfel/src/datatemplate_priv.h | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'libcrystfel/src/datatemplate_priv.h') diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h index 3afbcd0b..9d4f8f26 100644 --- a/libcrystfel/src/datatemplate_priv.h +++ b/libcrystfel/src/datatemplate_priv.h @@ -56,22 +56,6 @@ enum wavelength_unit }; -struct dt_rigid_group -{ - char *name; - struct panel_template **panels; - int n_panels; -}; - - -struct dt_rg_collection -{ - char *name; - struct dt_rigid_group **rigid_groups; - int n_rigid_groups; -}; - - /* Special values for dimension IDs */ #define DIM_FS (-1) #define DIM_SS (-2) @@ -199,10 +183,10 @@ struct _datatemplate unsigned int mask_bad; unsigned int mask_good; - struct dt_rigid_group **rigid_groups; + struct rigid_group **rigid_groups; int n_rigid_groups; - struct dt_rg_collection **rigid_group_collections; + struct rg_collection **rigid_group_collections; int n_rg_collections; char *peak_list; -- cgit v1.2.3