1 | command SHIFT [<trc-list> <time> [<p1> <p2> ... <pN>]] |
---|
2 | ============= |
---|
3 | |
---|
4 | key: shift traces in time |
---|
5 | |
---|
6 | Shifts traces by <time> seconds if <trc-list> and <time> are passed. |
---|
7 | If no parameters are passed, the graphic cursor appears and one trace |
---|
8 | can be shifted selecting the trace twice at different times. The |
---|
9 | trace is then shifted by the difference of the two time picks. |
---|
10 | |
---|
11 | If <time> is one of the following keywords a special shift is applied |
---|
12 | to all traces of <trc-list>. |
---|
13 | |
---|
14 | ps_delay Traces are shifted by the travel time difference of |
---|
15 | P and converted S, where the S conversion is generated |
---|
16 | at a depth of <p1> km. If <p2> is the string "slowness" |
---|
17 | the required slowness value is retrieved from the |
---|
18 | "slowness" info entry on each trace. |
---|
19 | |
---|
20 | red_time Reduced time display. Traces are shifted by a |
---|
21 | reduction velocity of <p1>. Each trace distance is |
---|
22 | retrieved from the "distance" info entry. |
---|
23 | |
---|
24 | time_al Aligns traces in absolute time, that means the computed |
---|
25 | time delays account for differences in the start times |
---|
26 | ("start" info entry) of the traces. |
---|
27 | |
---|
28 | [sd_delay not documented] |
---|
29 | |
---|
30 | |
---|
31 | All computed time shifts are added to already existing delays of the |
---|
32 | traces, i.e. they are relative time shifts. If the same shift command |
---|
33 | is applied twice, the time shift is also twice as large. |
---|
34 | |
---|
35 | |
---|
36 | parameters: |
---|
37 | ----------- |
---|
38 | |
---|
39 | <trc-list> --- parameter type: trace list |
---|
40 | List of traces to be shifted by <time> seconds. If omitted one |
---|
41 | trace can be shifted by graphic cursor (see above). |
---|
42 | |
---|
43 | <time> --- parameter type: real |
---|
44 | Time in seconds the traces in <trc-list> are to be shifted. Only |
---|
45 | valid if <trc-list> is specified. <time> can also be a keyword |
---|
46 | determining a shifting algorithm for the traces in <trc-list>. |
---|
47 | A list of valid keywords if given above. |
---|
48 | |
---|
49 | |
---|
50 | qualifiers: |
---|
51 | ----------- |
---|
52 | |
---|
53 | /nomark |
---|
54 | Only valid if <trc-list> is omitted. The selected time points |
---|
55 | at the shift trace are not marked. |
---|
56 | |
---|
57 | |
---|
58 | examples |
---|
59 | -------- |
---|
60 | |
---|
61 | shift ! shift one trace by graphic cursor |
---|
62 | |
---|
63 | shift all -10 ! shifts all traces by 10 sec to the left |
---|
64 | |
---|
65 | shift all ps_delay 640 slowness ! shift all traces to align a |
---|
66 | ! conversion depth coming from |
---|
67 | ! 640 km depth |
---|
68 | |
---|