diff options
author | Thomas White <taw@physics.org> | 2010-11-16 09:46:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | 684a946c37e74971f1466078536228d46a6467b1 (patch) | |
tree | 2412282b9996b08d83d92f02dfb692b9244c5290 /src/detector.h | |
parent | 07baa642d688b5d70df61615c7c3585733995f85 (diff) |
Honour --no-index (again), take peak separation in geometry file
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |