From 420fcb504e9b69d6354698626b1606404c2c0768 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 12 Aug 2011 11:26:36 +0200 Subject: Add rigid detector groups for refinement --- src/detector.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 08a69f84..dd5dccec 100644 --- a/src/detector.h +++ b/src/detector.h @@ -42,6 +42,7 @@ struct panel int no_index; /* Don't index peaks in this panel if non-zero */ double peak_sep; /* Characteristic peak separation */ double integr_radius; /* Peak integration radius */ + char *rigid_group; /* Rigid group, or -1 for none */ double fsx; double fsy; @@ -80,6 +81,9 @@ struct detector unsigned int mask_bad; unsigned int mask_good; + char **rigid_groups; + int num_rigid_groups; + struct panel defaults; }; -- cgit v1.2.3