diff options
author | Thomas White <taw@physics.org> | 2012-06-28 17:23:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-06-28 17:24:01 +0200 |
commit | 172293570b790ffcde14128404d9c0e294ca1f30 (patch) | |
tree | af63838617e2a0d0919eaf69f175ab5e96783436 /libcrystfel/src/detector.h | |
parent | 51f5ed0461208f813a7c4ab45546516223dd4d5b (diff) |
Remove peak_sep from detector geometry file, use ir_inn instead
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 2b4ac5c6..b740965c 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -62,7 +62,6 @@ struct panel double res; /* Resolution in pixels per metre */ char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ - double peak_sep; /* Characteristic peak separation */ char *rigid_group; /* Rigid group, or -1 for none */ double adu_per_eV; /* Number of ADU per eV */ double max_adu; /* Treat pixel as unreliable if higher than this */ |