aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-07 15:58:43 +0200
committerThomas White <taw@physics.org>2020-08-07 15:59:35 +0200
commitf4bc400661860fb7a70ad7638a3177017b88fd98 (patch)
tree78b8a0e47984cf2695d2e71aee19ce6b2da08587 /libcrystfel/src/datatemplate_priv.h
parentd1c8ebaf76dfcba1f62e9245c5bd103bcf436aa2 (diff)
Expose rigid groups
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r--libcrystfel/src/datatemplate_priv.h20
1 files changed, 2 insertions, 18 deletions
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;