diff options
author | Thomas White <taw@physics.org> | 2010-11-12 17:07:38 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | 49004f0cc3a573e8a866e0e999c138732683b99f (patch) | |
tree | b0947fcb44b07f3bd5c181c899b4fae0b9cec8df /doc/geometry.txt | |
parent | e0b3bc1c52fcb530fa16dc979d75699a5304cea7 (diff) |
Don't cull peaks if badrow direction is not specified
Diffstat (limited to 'doc/geometry.txt')
-rw-r--r-- | doc/geometry.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/geometry.txt b/doc/geometry.txt index 414ad634..e24d24df 100644 --- a/doc/geometry.txt +++ b/doc/geometry.txt @@ -43,9 +43,11 @@ n_panels = 1 ; The resolution (in pixels per metre) for this panel 0/res = 13333.3 ; 75 micron pixel size -; The readout direction (x or y). If more than three peaks are found in +; The readout direction (x, y or 0). If more than three peaks are found in ; the same readout region, they are all discarded. This helps to avoid ; problems due to streaks appearing along the readout direction. +; If the badrow direction is '0', then the culling described above will not +; be performed for this panel. 0/badrow_direction = y ; If "no_index" is "true", then peaks in this panel will not be used for |