From 684a946c37e74971f1466078536228d46a6467b1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Nov 2010 09:46:47 +0100 Subject: Honour --no-index (again), take peak separation in geometry file --- src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 720b5351..375731cd 100644 --- a/src/detector.h +++ b/src/detector.h @@ -32,6 +32,7 @@ struct panel float res; /* Resolution */ char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ + float peak_sep; /* Characteristic peak separation */ }; struct detector -- cgit v1.2.3