diff options
author | Thomas White <taw@physics.org> | 2011-03-31 14:21:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:23 +0100 |
commit | 40c22e008a966d55e4a803373306f821f2fc788e (patch) | |
tree | 71eafaa33920678cdfbbbe44560dd0315a88ac24 /doc/geometry.txt | |
parent | 3bd3007d172cb71684a328aeb064a1bed8f0ff1f (diff) |
Allow default values in geometry files, and set integration radius seperately
Diffstat (limited to 'doc/geometry.txt')
-rw-r--r-- | doc/geometry.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/geometry.txt b/doc/geometry.txt index bf395e1c..c215d27c 100644 --- a/doc/geometry.txt +++ b/doc/geometry.txt @@ -56,10 +56,14 @@ panel0/badrow_direction = - ; The resolution (in pixels per metre) for this panel panel0/res = 9090.91 -; The characteristic peak separation. The peak detection will assume that -; genuine peaks are separated by at least this amount. +; The characteristic peak separation in pixels. The peak detection will assume +; that genuine peaks are separated by at least this amount. panel0/peak_sep = 6.0 +; You need to specify the peak integration radius, which should be a little +; larger than the actual radii of the peaks in pixels +panel0/integr_radius = 2.0 + ; The camera length (in metres) for this panel ; You can also specify the HDF path to a scalar floating point value containing ; the camera length in millimetres. @@ -100,6 +104,9 @@ mask = /processing/hitfinder/masks mask_good = 0x27 mask_bad = 0x00 +; Any of the per-panel values can be given without a panel prefix, for example: +peak_sep = 6.0 +; in which case the value will be used for all *subsequent* panels. -See the "examples" folder for some examples. +See the "examples" folder for some examples (look at the ones ending in .geom). |