1 | |
---|
2 | ! file shm_simfilters.txt |
---|
3 | ! ================== |
---|
4 | ! |
---|
5 | ! version 1, 12-Jul-96 |
---|
6 | ! |
---|
7 | ! K. Stammler, 12-Jul-96 |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | Simulation filters used by SHM |
---|
13 | ------------------------------ |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | Application of simulation filters to traces read by SHM need preinstalled |
---|
18 | filter files located either in $PWD or in $SH_FILTER. The filter files |
---|
19 | cannot be created automatically at runtime, because information about |
---|
20 | transfer function of the recording instrument must be supplied somehow. |
---|
21 | Looking for the filter files SHM assumes file names of a defined format: |
---|
22 | |
---|
23 | |
---|
24 | FFT-files: '<rec-instr>_S+<sim-filter>.FLF' |
---|
25 | |
---|
26 | where <rec-instr> Descriptor of the recording instrument. By default |
---|
27 | this is '<station>:<channel>:<comp>' |
---|
28 | <station> Station name (examples: 'BFO', 'GEC2') |
---|
29 | <channel> 2-character SEED channel code (examples: 'BH', 'HH') |
---|
30 | <comp> Component (examples: 'Z', 'N') |
---|
31 | <sim-filter> Descriptor of simulated instrument. |
---|
32 | (examples: 'WOODAND', "G_WWSSN_SP') |
---|
33 | |
---|
34 | recursive files: '<smprate>HZ_<rec-instr>_S+<sim-filter>.FLR' |
---|
35 | |
---|
36 | where <smprate> Integer sample rate in Hz (examples: '20', '40') |
---|
37 | <rec-instr> See above |
---|
38 | <sim-filter> See above |
---|
39 | |
---|
40 | |
---|
41 | All filenames must have uppercase letter only ! Hyphens in filter filenames |
---|
42 | are not supported by SHM. As an example, a legal filename for an FFT |
---|
43 | simulation filter for WWSSN-LP recorded at station RAR-BH-Z would be |
---|
44 | 'RAR:BH:Z_S+WWSSN_LP.FLF'. |
---|
45 | |
---|
46 | Since it is rather inconvenient to have separate filter files for each stream, |
---|
47 | it is possible to combine several streams to a single class name within a |
---|
48 | lookup table. Class names found in the lookup table replace the individual |
---|
49 | stream names within the filenames. SHM searches two lookup tables: an internal |
---|
50 | table (implemented in the source code) and an external table in the file |
---|
51 | '$SH_INPUTS/filter_lookup.txt'. The internal table maps all GRF-BH-streams |
---|
52 | (e.g. GRA1-BH-Z, GRB1-BH-N) to the name 'GRF', all GRSN-BH-streams |
---|
53 | (e.g. BFO-BH-Z, CLZ-BH-E) to the name 'GRSN' and all GERESS-HH-streams |
---|
54 | (e.g. GEA0-HH-Z) to the name 'GERESS'. The complete internal lookup |
---|
55 | table (status of 12-Jul-1996) is appended to this text. Due to this lookup |
---|
56 | table the simulation filter for WWSSN_LP on stream BFO-BH-Z is |
---|
57 | 'GRSN_S+WWSSN_LP.FLF' instead of 'BFO:BH:Z_S+WWSSN_LP.FLF'. In the external |
---|
58 | lookup table arbitrary mappings of additional stations can be added. For |
---|
59 | example if you have two stations XYZ and XXX, both with an instrument MKII |
---|
60 | which has the same transfer function for all three components then you should |
---|
61 | add the lines |
---|
62 | |
---|
63 | XYZ-BH-Z MKII |
---|
64 | XYZ-BH-N MKII |
---|
65 | XYZ-BH-E MKII |
---|
66 | XXX-BH-Z MKII |
---|
67 | XXX-BH-N MKII |
---|
68 | XXX-BH-E MKII |
---|
69 | |
---|
70 | to the external table. Then the appropriate simulation filter for WWSSN-LP |
---|
71 | would be 'MKII_S+WWSSN_LP.FLF'. |
---|
72 | |
---|
73 | |
---|
74 | |
---|
75 | |
---|
76 | complete internal lookup table from 12-Jul-1996 |
---|
77 | ----------------------------------------------- |
---|
78 | |
---|
79 | GRA1-BH-Z GRF |
---|
80 | GRA1-BH-E GRF |
---|
81 | GRA1-BH-N GRF |
---|
82 | GRA2-BH-Z GRF |
---|
83 | GRA3-BH-Z GRF |
---|
84 | GRA4-BH-Z GRF |
---|
85 | GRB1-BH-Z GRF |
---|
86 | GRB1-BH-N GRF |
---|
87 | GRB1-BH-E GRF |
---|
88 | GRB2-BH-Z GRF |
---|
89 | GRB3-BH-Z GRF |
---|
90 | GRB4-BH-Z GRF |
---|
91 | GRB5-BH-Z GRF |
---|
92 | GRC1-BH-Z GRF |
---|
93 | GRC1-BH-N GRF |
---|
94 | GRC1-BH-E GRF |
---|
95 | GRC2-BH-Z GRF |
---|
96 | GRC3-BH-Z GRF |
---|
97 | GRC4-BH-Z GRF |
---|
98 | GEA0-HH-Z GERESS |
---|
99 | GEA0-HH-N GERESS |
---|
100 | GEA0-HH-E GERESS |
---|
101 | GEA1-HH-Z GERESS |
---|
102 | GEA1-HH-N GERESS |
---|
103 | GEA1-HH-E GERESS |
---|
104 | GEA2-HH-Z GERESS |
---|
105 | GEA2-HH-N GERESS |
---|
106 | GEA2-HH-E GERESS |
---|
107 | GEA3-HH-Z GERESS |
---|
108 | GEA3-HH-N GERESS |
---|
109 | GEA3-HH-E GERESS |
---|
110 | GEB1-HH-Z GERESS |
---|
111 | GEB1-HH-N GERESS |
---|
112 | GEB1-HH-E GERESS |
---|
113 | GEB2-HH-Z GERESS |
---|
114 | GEB2-HH-N GERESS |
---|
115 | GEB2-HH-E GERESS |
---|
116 | GEB3-HH-Z GERESS |
---|
117 | GEB3-HH-N GERESS |
---|
118 | GEB3-HH-E GERESS |
---|
119 | GEB4-HH-Z GERESS |
---|
120 | GEB4-HH-N GERESS |
---|
121 | GEB4-HH-E GERESS |
---|
122 | GEB5-HH-Z GERESS |
---|
123 | GEB5-HH-N GERESS |
---|
124 | GEB5-HH-E GERESS |
---|
125 | GEC1-HH-Z GERESS |
---|
126 | GEC1-HH-N GERESS |
---|
127 | GEC1-HH-E GERESS |
---|
128 | GEC2-HH-Z GERESS |
---|
129 | GEC2-HH-N GERESS |
---|
130 | GEC2-HH-E GERESS |
---|
131 | GEC3-HH-Z GERESS |
---|
132 | GEC3-HH-N GERESS |
---|
133 | GEC3-HH-E GERESS |
---|
134 | GEC4-HH-Z GERESS |
---|
135 | GEC4-HH-N GERESS |
---|
136 | GEC4-HH-E GERESS |
---|
137 | GEC5-HH-Z GERESS |
---|
138 | GEC5-HH-N GERESS |
---|
139 | GEC5-HH-E GERESS |
---|
140 | GEC6-HH-Z GERESS |
---|
141 | GEC6-HH-N GERESS |
---|
142 | GEC6-HH-E GERESS |
---|
143 | GEC7-HH-Z GERESS |
---|
144 | GEC7-HH-N GERESS |
---|
145 | GEC7-HH-E GERESS |
---|
146 | GED1-HH-Z GERESS |
---|
147 | GED1-HH-N GERESS |
---|
148 | GED1-HH-E GERESS |
---|
149 | GED2-HH-Z GERESS |
---|
150 | GED2-HH-N GERESS |
---|
151 | GED2-HH-E GERESS |
---|
152 | GED3-HH-Z GERESS |
---|
153 | GED3-HH-N GERESS |
---|
154 | GED3-HH-E GERESS |
---|
155 | GED4-HH-Z GERESS |
---|
156 | GED4-HH-N GERESS |
---|
157 | GED4-HH-E GERESS |
---|
158 | GED5-HH-Z GERESS |
---|
159 | GED5-HH-N GERESS |
---|
160 | GED5-HH-E GERESS |
---|
161 | GED6-HH-Z GERESS |
---|
162 | GED6-HH-N GERESS |
---|
163 | GED6-HH-E GERESS |
---|
164 | GED7-HH-Z GERESS |
---|
165 | GED7-HH-N GERESS |
---|
166 | GED7-HH-E GERESS |
---|
167 | GED8-HH-Z GERESS |
---|
168 | GED8-HH-N GERESS |
---|
169 | GED8-HH-E GERESS |
---|
170 | GED9-HH-Z GERESS |
---|
171 | GED9-HH-N GERESS |
---|
172 | GED9-HH-E GERESS |
---|
173 | BFO-BH-Z GRSN |
---|
174 | BFO-BH-N GRSN |
---|
175 | BFO-BH-E GRSN |
---|
176 | BRG-BH-Z GRSN |
---|
177 | BRG-BH-N GRSN |
---|
178 | BRG-BH-E GRSN |
---|
179 | BRNL-BH-Z GRSN |
---|
180 | BRNL-BH-N GRSN |
---|
181 | BRNL-BH-E GRSN |
---|
182 | BSEG-BH-Z GRSN |
---|
183 | BSEG-BH-N GRSN |
---|
184 | BSEG-BH-E GRSN |
---|
185 | BUG-BH-Z GRSN |
---|
186 | BUG-BH-N GRSN |
---|
187 | BUG-BH-E GRSN |
---|
188 | CLL-BH-Z GRSN |
---|
189 | CLL-BH-N GRSN |
---|
190 | CLL-BH-E GRSN |
---|
191 | CLZ-BH-Z GRSN |
---|
192 | CLZ-BH-N GRSN |
---|
193 | CLZ-BH-E GRSN |
---|
194 | FUR-BH-Z GRSN |
---|
195 | FUR-BH-N GRSN |
---|
196 | FUR-BH-E GRSN |
---|
197 | GSH-BH-Z GRSN |
---|
198 | GSH-BH-N GRSN |
---|
199 | GSH-BH-E GRSN |
---|
200 | HAM-BH-Z GRSN |
---|
201 | HAM-BH-N GRSN |
---|
202 | HAM-BH-E GRSN |
---|
203 | IBB-BH-Z GRSN |
---|
204 | IBB-BH-N GRSN |
---|
205 | IBB-BH-E GRSN |
---|
206 | IBBN-BH-Z GRSN |
---|
207 | IBBN-BH-N GRSN |
---|
208 | IBBN-BH-E GRSN |
---|
209 | LID-BH-Z GRSN |
---|
210 | LID-BH-N GRSN |
---|
211 | LID-BH-E GRSN |
---|
212 | MOX-BH-Z GRSN |
---|
213 | MOX-BH-N GRSN |
---|
214 | MOX-BH-E GRSN |
---|
215 | TNS-BH-Z GRSN |
---|
216 | TNS-BH-N GRSN |
---|
217 | TNS-BH-E GRSN |
---|
218 | RGN-BH-Z GRSN |
---|
219 | RGN-BH-N GRSN |
---|
220 | RGN-BH-E GRSN |
---|
221 | STU-BH-Z GRSN |
---|
222 | STU-BH-N GRSN |
---|
223 | STU-BH-E GRSN |
---|
224 | WET-BH-Z GRSN |
---|
225 | WET-BH-N GRSN |
---|
226 | WET-BH-E GRSN |
---|
227 | GRFO-BH-Z GRFO |
---|
228 | GRFO-BH-N GRFO |
---|
229 | GRFO-BH-E GRFO |
---|