Revision 16,
1.3 KB
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command procedure VESPA <slow1> <slow2> <slowstep> <azim> <power> |
---|
2 | ======================= |
---|
3 | |
---|
4 | key: cp:slowness vespagram |
---|
5 | |
---|
6 | Computes vespagram from all traces of the display. For each |
---|
7 | slowness value from <slow1> to <slow2> in steps of <slowsteps> |
---|
8 | a beam trace is computed (using azimuth <azim>). On the |
---|
9 | summation the <power>-th root process is applied. <power>=1 |
---|
10 | means plain summation. The input traces are hidden after execution |
---|
11 | of this procedure. To get them back, enter the command |
---|
12 | "display h:all". Each output trace corresponds to a slowness |
---|
13 | value. The slowness is given in the "comment"-entry of the |
---|
14 | trace. It is convenient to switch the trace info text to |
---|
15 | "comment" by the command "trctxt ^comment($x)". |
---|
16 | |
---|
17 | |
---|
18 | parameters |
---|
19 | ---------- |
---|
20 | |
---|
21 | <slow1>, <slow2> --- parameter type: real |
---|
22 | Slowness window. Units in deg/sec. |
---|
23 | |
---|
24 | <slowstep> --- parameter type: real |
---|
25 | Step size within slowness window. Unit in deg/sec. |
---|
26 | |
---|
27 | <azimuth> --- parameter type: real |
---|
28 | Beam azimuth in degrees. |
---|
29 | |
---|
30 | <power> --- parameter type: real |
---|
31 | Before each summation the <power>-th root of the input traces |
---|
32 | is computed. The result trace is then taken to the <power>-th |
---|
33 | power. |
---|
34 | |
---|
35 | |
---|
36 | examples |
---|
37 | -------- |
---|
38 | |
---|
39 | vespa 3.0 7.0 0.2 23.3 1. ! usual vespagram (plain summation) |
---|
40 | |
---|
41 | vespa 3.0 7.0 0.2 23.3 4. ! 4-th root process on each summation |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.