From 40c22e008a966d55e4a803373306f821f2fc788e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 31 Mar 2011 14:21:34 +0200 Subject: Allow default values in geometry files, and set integration radius seperately --- src/detector.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/detector.h') 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; }; -- cgit v1.2.3