aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 42651ebd..0ceff341 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -39,6 +39,7 @@ struct panel
char badrow; /* 'x' or 'y' */
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 */
double fsx;
double fsy;
@@ -76,6 +77,8 @@ struct detector
char *mask;
unsigned int mask_bad;
unsigned int mask_good;
+
+ struct panel defaults;
};