| lpeaks | xray.xspatial.detect | lpeaks |
lpeaks -- finds local peaks in an image above threshold
lpeaks image rpos_tab
LPEAKS scans the SNR map line by line for local peaks above a user-defined threshold. The peaks are written to an output table.
Name of the input Snrmap image file to be read.
Name of table file to be written.
Threshold above which peaks will be saved.
Display info to screen. Integer of range 0-5. The higher the number more verbose the display.
Boolean flag specifying whether or not the output Table file can be overwritten, if it already exists.
1. Find the local peaks in Arlac data run with a 12" detect cell size.
de> lpeaks Input Snrmap Image: harlac12_snr.imh Output Rough Positions Table: . src# logx logy physx physy cellx/y snr --------------------------------------------------------- 1 43.00 100.00 2384.00 2840.00 12 12 3.397 2 37.00 296.00 2336.00 4408.00 12 12 19.309 3 33.00 297.00 2304.00 4416.00 12 12 2.987 Writing to Output file: ./harlac12_ruf.tab
Documentation giving an overview of the detect package and run order of tasks. (help using_detect )
Documentation on the detect algorithms and philosophy along with limitations in (help explain_detect ).