1 | command READS <path> <time> <seclength> <stations> <comps> <chan> |
---|
2 | ============= |
---|
3 | |
---|
4 | key: read from Mini-SEED |
---|
5 | |
---|
6 | Reads traces from Mini-SEED files via a special directory file (sfd-file). |
---|
7 | The traces read are added to the display list. |
---|
8 | |
---|
9 | |
---|
10 | parameters: |
---|
11 | |
---|
12 | <path> --- parameter type: string |
---|
13 | Specifies the path to the sfd-file. Usually this is the name of an |
---|
14 | environment variable which points to this path followed by a colon |
---|
15 | (like "sfd:"). |
---|
16 | |
---|
17 | <time> --- parameter type: time |
---|
18 | Absolute time to be read from file (string containing no blanks |
---|
19 | like "25,2,96,3,27" or "25-feb-96_3:27"). |
---|
20 | [At SZGRF only: <time> == "ONLINE" reads online data.] |
---|
21 | |
---|
22 | <seclength> --- parameter type: real |
---|
23 | Time window in seconds read in. |
---|
24 | |
---|
25 | <stations> --- parameter type: string |
---|
26 | Comma separated list of stations (no blanks !) or abbreviations "grf" |
---|
27 | (all GRF stations) or "all" (all GRSN stations). |
---|
28 | |
---|
29 | <comps> --- parameter type: string |
---|
30 | List of components like "zne" or "z". |
---|
31 | |
---|
32 | <chan> --- parameter type: string |
---|
33 | 2-character channel specifier (SEED naming conventions) like "bh", "lh" |
---|
34 | and others. |
---|
35 | |
---|
36 | |
---|
37 | qualifiers |
---|
38 | |
---|
39 | /CLOSE |
---|
40 | Does not read but closes all previously opened SEED files. |
---|
41 | |
---|
42 | /FORCE |
---|
43 | Creates zero traces if specified time and channel is not available for |
---|
44 | a station. |
---|
45 | |
---|
46 | /SFD=<sfdfile> |
---|
47 | Name of sfd-file used in directory <path>. Necessary only if the name |
---|
48 | is different from "sfdfile.sfd". |
---|
49 | |
---|
50 | /[NO]SWAP |
---|
51 | Requests/Prevents byte-swapping of data when reading SEED data. |
---|
52 | Default is /SWAP. |
---|
53 | |
---|
54 | |
---|
55 | examples: |
---|
56 | |
---|
57 | READS SFD: 23-feb-96_8:23 600 GRF ZNE BH |
---|
58 | ! reads 10min of GRF data from sfd-path SFD |
---|
59 | |
---|
60 | READS %HERE 23,2,96,8,23 600 GRA1,GRB1,GRC1 Z BH |
---|
61 | ! reads 10min of 3 stations GRA1,GRB1,GRC1 |
---|
62 | ! from sfd-file which is on current working |
---|
63 | ! directory. |
---|