aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-08-12 11:26:36 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:36 +0100
commit420fcb504e9b69d6354698626b1606404c2c0768 (patch)
tree56ff8b051ce7f04881efd685d1ea17185616f9b1 /src/detector.h
parent473c20a9ad5eae196d21bbb5d7de6c81602629c3 (diff)
Add rigid detector groups for refinement
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h4
1 files changed, 4 insertions, 0 deletions
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;
};