Revision 81,
1.0 KB
checked in by marcus, 15 years ago
(diff) |
r63 | svn | 2008-11-14 11:21:53 +0100 (Fr, 14 Nov 2008) | 1 line
- updated station info file; new help for findgap
|
Line | |
---|
1 | command FINDGAP <trc-list> <outfile> <minzeroes> [<from> <to>] |
---|
2 | =============== |
---|
3 | |
---|
4 | key: find samples of constant value |
---|
5 | |
---|
6 | Scans the specified traces for sequences of samples with constant |
---|
7 | values (e.g. 0). Since data gaps are filled by zeroes automatically |
---|
8 | when reading the traces this command will find gaps as well as |
---|
9 | time intervals with ill-conditioned data. |
---|
10 | |
---|
11 | The search will be triggered when it find a sequence of equal to or more |
---|
12 | than <minzeroes> samples of the same value. The result of the search is |
---|
13 | written to a file <outfile>. |
---|
14 | |
---|
15 | |
---|
16 | parameters: |
---|
17 | ----------- |
---|
18 | |
---|
19 | <trc-list> --- parameter type: trace list |
---|
20 | List of traces to be searched. |
---|
21 | |
---|
22 | <outfile> --- parameter type: filename |
---|
23 | Output file where the gaps are written to. |
---|
24 | |
---|
25 | <from>, <to> --- parameter type: real |
---|
26 | Optional time window to restrict the search. If omitted the whole |
---|
27 | traces are processed. |
---|
28 | |
---|
29 | |
---|
30 | qualifiers: |
---|
31 | ----------- |
---|
32 | |
---|
33 | /WRITECHAN |
---|
34 | Also write data channel to <outfile> (not only station and component) |
---|
35 | |
---|
36 | |
---|
37 | examples |
---|
38 | -------- |
---|
39 | |
---|
40 | findgap all gap 8 ! find gaps on all traces, write to GAP.STX |
---|
41 | |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.