source: SH_SHM/trunk/help/LEVELDETEC.HLP @ 367

Revision 367, 859 bytes checked in by marcus, 12 years ago (diff)

r200 | klaus | 2011-04-07 15:07:06 +0200 (Do, 07 Apr 2011) | 1 line

SH help texts fro command stalta and leveldetec

Line 
1command LEVELDETEC <trc> <level> <outfile>
2==================
3
4key: level detector
5
6Scans the specified traces for amplitudes above a certain level and writes
7times and amplitudes to an output file.  Marks the times where the trace
8amplitue crosses the level value from below while the amplitude is determined
9from the maximum value out of all values above the threshold level.
10
11
12parameters:
13-----------
14
15<trc>  ---  parameter type: trace
16   Trace to be scanned.
17
18<level>  ---  parameter type: real
19   Amplitude level to trigger detections.
20
21<outfile>  ---  parameter type: filename
22   Output file where the detections are written to.  'TT' means stdout.
23
24
25qualifiers:
26-----------
27
28/ABS
29   Write absolut times instead of relative times to t-origin.
30
31
32examples
33--------
34
35   leveldetec 1 2.3 mydetec.dat     ! find detections on trace 1, write to MYDETEC.DAT
36
37
Note: See TracBrowser for help on using the repository browser.