1 | command LOCATE [<trc-list>] [<azim>] [<slow>] [<az-err>] [<slow-err>] |
---|
2 | ============== |
---|
3 | |
---|
4 | key: locate event |
---|
5 | |
---|
6 | Locates event from arrival times of a seismic phase at a cluster of |
---|
7 | stations. If <trc-list> is specified, the delay of each trace |
---|
8 | is used as a relative travel time difference. Use the AL command |
---|
9 | to enter the delays. This can be applied only if all traces of |
---|
10 | the trace list start at the same absolute time ! The program does |
---|
11 | NOT check this ! In all cases applyable is to pick the arrival |
---|
12 | times by graphic cursor. This can be achieved omitting the |
---|
13 | <trc-list> parameter. As an output azimuth and slowness relative |
---|
14 | to the first station of the list is computed. Standard deviations |
---|
15 | of azimuth and slowness are computed as well. |
---|
16 | |
---|
17 | seismhandler needs to know the station names where the traces in |
---|
18 | <trc-list> were recorded. If not all station names are given, |
---|
19 | an error occurs. seismhandler uses a location file to look for |
---|
20 | the location of a station. If a station name is not listed in |
---|
21 | this file, an error occurs. In this case the unknown station |
---|
22 | must be inserted to the location file using the FCT STATION command. |
---|
23 | For each station latitude and longitude (in degrees) must be |
---|
24 | entered. seismhandler uses this information to compute the |
---|
25 | relative distances between the stations. Therefore the location |
---|
26 | information must be accurate enough. For station arrays there can |
---|
27 | be an array-relative location (in km) and an array ID number |
---|
28 | specified. If all stations of <trc-list> belong to the same array |
---|
29 | (same array ID number), seismhandler uses the array relative |
---|
30 | location to locate the event and not the latitude,longitude |
---|
31 | information. The the /NOARRAY qualifier forces seismhandler to |
---|
32 | use latitude,longitude information and to disregard array relative |
---|
33 | information (if any). |
---|
34 | |
---|
35 | parameters: |
---|
36 | |
---|
37 | <trc-list> --- parameter type: trace list |
---|
38 | Input; List of traces to be used for location. If not specified |
---|
39 | the graphic cursor is used for picking traces and arrival times |
---|
40 | (see above). |
---|
41 | |
---|
42 | <azim> --- parameter type: symbol address |
---|
43 | Output; Name of output variable to store resulting azimuth. |
---|
44 | The azimuth is given in degrees. |
---|
45 | |
---|
46 | <slowness> --- parameter type: symbol address |
---|
47 | Output; Name of output variable to store resulting slowness. |
---|
48 | The slowness is given in sec/degree. |
---|
49 | |
---|
50 | <az-err> --- parameter type: symbol address |
---|
51 | Output; Name of output variable to store resulting azimuth error. |
---|
52 | |
---|
53 | <slow-err> --- parameter type: symbol address |
---|
54 | Output; Name of output variable to store resulting slowness error. |
---|
55 | |
---|
56 | |
---|
57 | qualifiers |
---|
58 | |
---|
59 | /NOMARK |
---|
60 | If passed, the picked arrival times are not marked (only valid |
---|
61 | if <trc-list> parameter is not specified). |
---|
62 | |
---|
63 | /NOARRAY |
---|
64 | The stations are assumed to be no array even if array coordinates |
---|
65 | are given for all stations in the location file. If no array |
---|
66 | coordinates are given the qualifier has no effect. |
---|
67 | |
---|
68 | |
---|
69 | examples: |
---|
70 | |
---|
71 | LOCATE ! locates event by selected times on different |
---|
72 | ! traces. Selections are made by graphic cursor |
---|
73 | |
---|