1 | ! file shm-config-default.txt |
---|
2 | ! ====================== |
---|
3 | ! |
---|
4 | ! version 4, February-2011 |
---|
5 | ! |
---|
6 | ! Configuration file for SH/SHM |
---|
7 | ! |
---|
8 | ! |
---|
9 | ! Syntax description |
---|
10 | ! ------------------ |
---|
11 | ! Each line consists of two parts: <keyword> and <value>, separated by |
---|
12 | ! one or more blanks (or tabs). Neither <keyword> nor <value> may contain |
---|
13 | ! blanks. All lines starting with '!', '#' or blank lines are ignored. |
---|
14 | ! Empty string values must be entered as '<NULL>' or 'NULL'. |
---|
15 | ! |
---|
16 | ! Variables beginning with 'v$' are freely definable, all other names are |
---|
17 | ! fixed and hardwired in the program code. 'v$'-variables appear in the |
---|
18 | ! definition of the MiniSEED read dialog boxes to be able to compose your |
---|
19 | ! own station subsets. Names of 'v$' are not case sensitive, their values |
---|
20 | ! are case sensitive. |
---|
21 | ! |
---|
22 | ! 'include' statements read prepared parameter subsets from files of the same |
---|
23 | ! syntax as this file. Default path of this parameter subset file is |
---|
24 | ! $SH_INPUTS, prepended if the first character is not '/'. Please find a |
---|
25 | ! description of these parameter in the specified file. The parameters may |
---|
26 | ! be overwritten in later statements, e.g. in this file. |
---|
27 | |
---|
28 | ! version of parameter file |
---|
29 | file_version 1.0 |
---|
30 | |
---|
31 | ! read colours from separate setup file |
---|
32 | include shm-conf-blue-colours.txt |
---|
33 | ! get window geometry |
---|
34 | include shm-conf-sxga-geometry.txt |
---|
35 | |
---|
36 | ! graphical editor used for displaying text files |
---|
37 | ! type: text string |
---|
38 | texteditor ##EDITOR## |
---|
39 | |
---|
40 | ! trace normalisation |
---|
41 | ! type: integer |
---|
42 | ! possible values are: 1 = constant normalisation |
---|
43 | ! 2 = same magnification of all traces, value |
---|
44 | ! depending on maximum amplitude, 3 = all traces |
---|
45 | ! are scaled to the same maximum amplitude |
---|
46 | trace_normalisation 2 |
---|
47 | |
---|
48 | ! station info file, 'default' takes the value |
---|
49 | ! as defined in the SH startup file, |
---|
50 | ! usually $SH_INPUTS/STATINF.DAT |
---|
51 | ! type: string |
---|
52 | station_info_file $SH_INPUTS/STATINF.DAT $SH_PRIVATE/statinf.dat |
---|
53 | |
---|
54 | ! filter lookup table, 'default' takes the value |
---|
55 | ! $SH_INPUTS/filter_lookup.txt |
---|
56 | ! type: string |
---|
57 | filter_lookup_table $SH_INPUTS/filter_lookup.txt $SH_PRIVATE/filter_lookup.txt |
---|
58 | |
---|
59 | ! Sensitivity file for data streams |
---|
60 | ! 'default' takes value $SH_INPUTS/sensitivities.txt |
---|
61 | ! 'old-style' uses separate seedcalib_<stream> files |
---|
62 | ! in $SEED_INPUTS |
---|
63 | ! type: string |
---|
64 | sensitivity_file $SH_INPUTS/sensitivities.txt $SH_PRIVATE/sensitivities.txt |
---|
65 | |
---|
66 | ! Stations in read dialog box for MiniSEED data. |
---|
67 | ! Separate elements by commas, no blanks please. |
---|
68 | ! Elements 1 to 30 give names to the 30 station |
---|
69 | ! buttons of the dialog box. Elements 31 and 32 |
---|
70 | ! give names to the two subset buttons. Empty |
---|
71 | ! names are specified by 3 hyphens '---'. Subsets |
---|
72 | ! (optional) are indicated by brackets around the |
---|
73 | ! station list group (like [xyz,abc],[bbb,ccc]). |
---|
74 | ! Maximum is two subsets. Up to 99 (not useful!) |
---|
75 | ! different dialog boxes may be defined. Switch |
---|
76 | ! them using the 'Next' button of the box. |
---|
77 | ! List elements with a value starting with '$' refer |
---|
78 | ! to a 'v$'-variable defining the station subset. |
---|
79 | ! type: string |
---|
80 | v$read_dialog_stations_01 [GRA1,GRA2,GRA3,GRA4,GRB1,GRB2,GRB3,GRB4,GRB5,GRC1,GRC2,GRC3,GRC4],[GRFO,RGN,RUE,BUG,BSEG,IBBN,WLF,BFO,CLZ,TNS,STU,FUR,MOX,CLL,BRG,WET,GEC2],GRF,GRSN |
---|
81 | v$read_dialog_stations_02 bfo,brg,bseg,bug,cll,clz,fur,fbe,gec2,grfo,gttn,gunz,hlg,ibbn,manz,mox,neub,nott,nrdl,rgn,rotz,rue,stu,tann,tns,ubba,wet,werd,wern,wlf |
---|
82 | v$read_dialog_stations_03 $NW,---,$SW,---,---,$N,$C,$S,---,---,---,$E,$GMS,$KT,$GR,---,---,---,---,---,[$AT,$CZ,$PL,$EEU,$DK],GRA1,GRFO,$GRF,---,$GRSN |
---|
83 | ! station subsets for above buttons |
---|
84 | ! type: string |
---|
85 | v$nw bug,ibbn,tns,bseg,clz,wlf,nrdl,hlg |
---|
86 | v$sw bfo,stu,tns,gra1,grfo,fur,wlf |
---|
87 | v$n rgn,hlg,bseg,ibbn,rue,clz,nrdl,ubba |
---|
88 | v$c mox,gra1,grfo,tns,bug,clz,brg,cll,wlf,nrdl,ubba |
---|
89 | v$s bfo,brg,cll,clz,fur,gec2,gra1,mox,stu,tns,tann,wet,wlf |
---|
90 | v$e gec2,wet,werd,wern,tann,gunz,neub,manz,rotz,gra1,grfo,mox,cll,brg,fbe |
---|
91 | v$grsn bfo,brg,bseg,bug,cll,clz,fur,fbe,gec2,grfo,gttn,gunz,hlg,ibbn,manz,mox,neub,nott,nrdl,rgn,rotz,rue,stu,tann,tns,ubba,wet,werd,wern,wlf |
---|
92 | v$grf gra1,gra2,gra3,gra4,grb1,grb2,grb3,grb4,grb5,grc1,grc2,grc3,grc4 |
---|
93 | v$gr bfo,brg,bseg,bug,cll,clz,fur,gec2,gra1,ibbn,mox,manz,nrdl,rotz,stu,tann,tns,ubba,wet,wlf |
---|
94 | v$at arsa,dava,kba,obka,moa,wtta |
---|
95 | v$cz nkc,pru,okc,khc,pvcc,dpc,morc |
---|
96 | v$pl gkp,ksp,kwp,ojc,suw,war |
---|
97 | v$eeu bud,pksm,psz,sop,crvs,vyhs,mlr,tirr |
---|
98 | v$dk bsd,cop,mud |
---|
99 | ! channel names for the Mini-SEED dialog boxes |
---|
100 | ! defined above, default is 'LH,BH,HH'. |
---|
101 | ! type: string |
---|
102 | v$read_dialog_channels_01 LH,BH,HH |
---|
103 | v$read_dialog_channels_02 LH,BH,SH |
---|
104 | v$read_dialog_channels_03 LH,BH,HH |
---|
105 | |
---|
106 | ! prompt for analysts's initials at the beginning |
---|
107 | ! type: boolean |
---|
108 | prompt_analyst false |
---|
109 | |
---|
110 | ! default analysts initals |
---|
111 | ! type: text string |
---|
112 | analyst <NULL> |
---|
113 | |
---|
114 | ! list of valid analyst initials |
---|
115 | ! enter no blanks in comma-separated list! |
---|
116 | ! type: text string |
---|
117 | list_of_analysts sta,ks |
---|
118 | |
---|
119 | ! output of minimum/maximum amplitudes as numbers |
---|
120 | ! in the single trace zoom window. Specify as |
---|
121 | ! C format string (e.g. '%5.2f') or enter <NULL>. |
---|
122 | ! type: string |
---|
123 | minmax_format %5.2f |
---|
124 | |
---|
125 | ! filter type |
---|
126 | ! possible values: F = FFT filters, |
---|
127 | ! R = recursive filters |
---|
128 | filter_type F |
---|
129 | |
---|
130 | ! default quality of phase picks |
---|
131 | ! possible values between 1='bad' and 9='very good' |
---|
132 | default_quality 2 |
---|
133 | |
---|
134 | ! default type of phases |
---|
135 | ! possible values: 0 = unknown, |
---|
136 | ! 1 = teleseismic earthquake, 2 = nuclear explosion, |
---|
137 | ! 3 = regional earthquake, 4 = local earthqake, |
---|
138 | ! 5 = quarry blast, 6 = mining induced |
---|
139 | default_event_type 0 |
---|
140 | |
---|
141 | ! default flag values set on phases: |
---|
142 | ! possible flags: 0x01 = calibration event, |
---|
143 | ! 0x02 = ignore event, 0x04 = telex phase |
---|
144 | ! recommended: 0 |
---|
145 | default_phase_flags 0 |
---|
146 | |
---|
147 | ! default depth type |
---|
148 | ! possible values: 0 = undefined, 1 = preset, |
---|
149 | ! 2 = estimated, 3 = free depth, 4 = poor quality, |
---|
150 | ! 5 = less well constrained, 6 = reliable, |
---|
151 | ! 7 = external depth source |
---|
152 | default_depth_type 1 |
---|
153 | |
---|
154 | ! default location quality |
---|
155 | ! possible values: 0 = undefined, 1 = signal too weak, |
---|
156 | ! 2 = incoherent, 3 = no bearing possible, |
---|
157 | ! 4 = region only, 5 = reliable |
---|
158 | default_loc_quality 0 |
---|
159 | |
---|
160 | ! default source depth in km |
---|
161 | ! type: float |
---|
162 | default_depth 33.0 |
---|
163 | |
---|
164 | ! cursorform changes when clicking the middle mouse |
---|
165 | ! button. The number of waveform shapes is given |
---|
166 | ! here. Possible values: 2 = crosshair, |
---|
167 | ! 3 = waveform cursor, 4 = negative waveform, |
---|
168 | ! 5 = hilbert transformed waveform, |
---|
169 | ! 6 = negative hilbert transformed waeform |
---|
170 | max_cursor_form 5 |
---|
171 | |
---|
172 | ! list of depth phases used for depth determination |
---|
173 | ! type: text string |
---|
174 | depth_phase_list pP,sP,pS,sS,pPP,pPKPbc,sPKPbc,pPKPab,sPKPab,pPKPdf,sPKPdf |
---|
175 | |
---|
176 | ! list of default phases shown as theoretical arrivals |
---|
177 | ! type: text string |
---|
178 | theo_phase_list P,S,pP,pS,sP,sS,ScS,PcP,PP,SS |
---|
179 | |
---|
180 | ! phase differences used for distance determination |
---|
181 | ! type: text string |
---|
182 | diff_phase_list S-P,PP-P,Pg-Pn |
---|
183 | |
---|
184 | ! path to filter files, 'default' is replaced |
---|
185 | ! by value of $SH_FILTER |
---|
186 | ! type: text string |
---|
187 | defpath_filter default |
---|
188 | |
---|
189 | ! path to detection lists, 'default' is replaced |
---|
190 | ! by value of $HOME |
---|
191 | ! type: text string |
---|
192 | defpath_events default |
---|
193 | |
---|
194 | ! path to GSE files, 'default' is replaced |
---|
195 | ! by value of $SH_ROOT/sh/data-examples/gse |
---|
196 | ! type: text string |
---|
197 | defpath_gse default |
---|
198 | |
---|
199 | ! path to AH files 'default' is replaced |
---|
200 | ! by value of $HOME |
---|
201 | ! type: text string |
---|
202 | defpath_ah default |
---|
203 | |
---|
204 | ! path to q-files 'default' is replaced |
---|
205 | ! by value of $HOME |
---|
206 | ! type: text string |
---|
207 | defpath_q default |
---|
208 | |
---|
209 | ! path to evid directory (for event number generation) |
---|
210 | ! 'default' is replaced by value of $SH_PRIVATE/evid |
---|
211 | ! type: text string |
---|
212 | defpath_evid default |
---|
213 | |
---|
214 | ! path to evtout directory, output of evt-files |
---|
215 | ! 'default' is replaced by value of $SH_PRIVATE/evtout |
---|
216 | ! type: text string |
---|
217 | defpath_evtout default |
---|
218 | |
---|
219 | ! path to sfdfile for MiniSEED input |
---|
220 | ! type: text string |
---|
221 | defpath_data SFD |
---|
222 | |
---|
223 | ! default filter, applied after 'Read New' |
---|
224 | ! type: text string |
---|
225 | default_filter <NULL> |
---|
226 | |
---|
227 | ! default source (reporting agency) |
---|
228 | ! type: text string |
---|
229 | default_source <NULL> |
---|
230 | |
---|
231 | ! How far (in s) an amplitude measurement can be away |
---|
232 | ! from the phase pick. |
---|
233 | phase_ampl_diff 60.0 |
---|
234 | |
---|
235 | ! reference stations |
---|
236 | ! type: text string |
---|
237 | refstation centre |
---|
238 | |
---|
239 | ! list of reference stations offered in the dialog |
---|
240 | ! box (maximum 6 stations). |
---|
241 | list_of_refstations gra1,mox,grfo,centre,---,--- |
---|
242 | |
---|
243 | ! maximum time difference between two mouse |
---|
244 | ! clicks (in ms) to accept it as double click |
---|
245 | ! type: integer |
---|
246 | double_click_time 200 |
---|
247 | |
---|
248 | ! minimum size of trace magnification drag box |
---|
249 | ! (right mouse button) in pixels |
---|
250 | ! type: integer |
---|
251 | min_drag_box_width 7 |
---|
252 | |
---|
253 | ! seismograms are drawn in portions of this |
---|
254 | ! size (in samples) |
---|
255 | ! type: integer |
---|
256 | x_max_drawlth 4096 |
---|
257 | |
---|
258 | ! for changing the size of an existing magnification |
---|
259 | ! drag box the right mouse click must be that close |
---|
260 | ! to the right border of the ore box (in pixel) |
---|
261 | ! type: integer |
---|
262 | drag_box_rubber_val 10 |
---|
263 | |
---|
264 | ! top margin of trace display in pixels |
---|
265 | ! type: integer |
---|
266 | top_margin 20 |
---|
267 | |
---|
268 | ! window border in pixels |
---|
269 | ! type: integer |
---|
270 | window_border 3 |
---|
271 | |
---|
272 | ! How close to an existing phase a left mouse click |
---|
273 | ! must be to grab it instead of creating a new phase. |
---|
274 | ! Unit is pixels. |
---|
275 | ! type: float |
---|
276 | close_phase_resol 8.0 |
---|
277 | |
---|
278 | ! the trace amplitude zoom ruler has exponential |
---|
279 | ! magnification steps. The formula is |
---|
280 | ! <zoom> = <base> * exp( <ruler>/<exp> ) |
---|
281 | ! where <ruler> is the value read from the ruler, |
---|
282 | ! <base> and <exp> are given below |
---|
283 | ! type: float |
---|
284 | trace_zoom_base 10.0 |
---|
285 | trace_zoom_exp 3.3333333 |
---|
286 | |
---|
287 | ! exponential magnification of the drawing area |
---|
288 | ! parameter description similar to trace_zoom_base |
---|
289 | ! above |
---|
290 | ! type: float |
---|
291 | area_zoom_base 10.0 |
---|
292 | area_zoom_exp 25.0 |
---|
293 | |
---|
294 | ! when moving time windows in the main display |
---|
295 | ! window (options Window -> Move Right/Move Left) |
---|
296 | ! the following value is multiplied to the default |
---|
297 | ! step of 50% of the width of the window. |
---|
298 | ! type: float |
---|
299 | move_wdw_step 1.0 |
---|
300 | |
---|
301 | ! width and height of calibration window (s/deg) |
---|
302 | ! type: float |
---|
303 | calib_wdw_width 2.5 |
---|
304 | calib_wdw_height 2.5 |
---|
305 | |
---|
306 | ! grid for azimuth and slowness in the |
---|
307 | ! calibration window |
---|
308 | ! type: float |
---|
309 | calib_azimuth_grid 10.0 |
---|
310 | calib_slowness_grid 0.5 |
---|
311 | |
---|
312 | ! name of dummy phases |
---|
313 | ! type: text string |
---|
314 | auto_phase Px |
---|
315 | |
---|
316 | ! event check procedure |
---|
317 | ! type: text string |
---|
318 | event_check_proc <NULL> |
---|
319 | |
---|
320 | ! screendump procedure |
---|
321 | ! type: text string |
---|
322 | screendump_proc screendump.csh |
---|
323 | |
---|
324 | ! reformatting of evt-files for quick viewing |
---|
325 | ! type: text string |
---|
326 | evtview_proc ev2view |
---|
327 | |
---|
328 | ! reformatting program to GSE, used in 'Read Other' |
---|
329 | ! type: text string |
---|
330 | reformat_proc <NULL> |
---|
331 | |
---|
332 | ! final processing of evt-files (after |
---|
333 | ! 'Final Parameters') |
---|
334 | ! type: text string |
---|
335 | final_proc <NULL> |
---|
336 | |
---|
337 | ! Log file of motif actions |
---|
338 | ! type: text string |
---|
339 | motif_log <NULL> |
---|
340 | |
---|
341 | ! ordering of traces on display: first on top or |
---|
342 | ! on bottom |
---|
343 | ! type: boolean |
---|
344 | top_down_order false |
---|
345 | |
---|
346 | ! scale traces separately (true) or with the same |
---|
347 | ! magnification (false) (Obsolete since SHM 2.4c) |
---|
348 | ! type: boolean |
---|
349 | auto_scaling false |
---|
350 | |
---|
351 | ! normalisation of traces on display; |
---|
352 | ! 0 = use old style (auto_scaling value), 1 = use |
---|
353 | ! constant norm for all traces, 2 = scale traces |
---|
354 | ! with the same magnification depending on maximum |
---|
355 | ! value on screen, 3 = scale traces separately so |
---|
356 | ! that all traces show the same maximum amplitude |
---|
357 | ! on display. Default is 0. |
---|
358 | ! type: integer |
---|
359 | trace_normalisation 2 |
---|
360 | |
---|
361 | ! reverse XOR pixels, on some machines necessary |
---|
362 | ! for correct colour display |
---|
363 | ! type: boolean |
---|
364 | reverse_xors true |
---|
365 | |
---|
366 | ! use full phase names (with 'i'/'e' before phase |
---|
367 | ! name and 'c'/'d' after it) |
---|
368 | ! type: boolean |
---|
369 | full_phase_names false |
---|
370 | |
---|
371 | ! use own accelerators for hotkeys, the motif hotkeys |
---|
372 | ! have a problem on recent Linux versions |
---|
373 | ! type: boolean |
---|
374 | own_accelerators true |
---|
375 | |
---|
376 | ! window width of spectrogram in samples |
---|
377 | ! must be power of 2 |
---|
378 | spectrogram_width 512 |
---|
379 | |
---|
380 | ! step size of spectrogram in samples |
---|
381 | spectrogram_step 5 |
---|
382 | |
---|
383 | ! time windows for determination of signal/noise |
---|
384 | ! ratio for the phase in the phase dialog box. |
---|
385 | ! The four values give the time in s for the start |
---|
386 | ! and end of the noise and signal window relative |
---|
387 | ! to the phase onset time. |
---|
388 | ! type: float |
---|
389 | sn_noise_start -13.0 |
---|
390 | sn_noise_end -3.0 |
---|
391 | sn_signal_start -1.0 |
---|
392 | sn_signal_end 9.0 |
---|
393 | |
---|
394 | ! key symbols for arrow keys |
---|
395 | ! get them by setting debug_level to 4 (at least) |
---|
396 | !keysym_arrow_up 268762962 |
---|
397 | !keysym_arrow_down 268762964 |
---|
398 | !keysym_arrow_left 268762961 |
---|
399 | !keysym_arrow_right 268762963 |
---|
400 | |
---|
401 | ! if an autoevt file contains a location, should the |
---|
402 | ! default filter (on Read New) be determined from |
---|
403 | ! the distance between the epicentre and the |
---|
404 | ! reference station? |
---|
405 | autofilter_by_distance true |
---|
406 | ! if yes, what is the separation distance in degrees |
---|
407 | autofilter_sepdist 5.0 |
---|
408 | ! and what are the local and teleseismic filters, |
---|
409 | ! respectively |
---|
410 | autofilter_local SHM_BP_1HZ_8HZ_4 |
---|
411 | autofilter_tele S+G_WWSSN_SP |
---|
412 | |
---|
413 | ! tolerance values for Identify Phase for slowness |
---|
414 | ! and azimuth, units: s/deg for slowness, deg for |
---|
415 | ! azimuth. |
---|
416 | ! type: float |
---|
417 | idphases_tol_slow 1.5 |
---|
418 | idphases_tol_azim 20.0 |
---|
419 | |
---|
420 | ! restrict search for epicentres in Identify Phase |
---|
421 | ! to a specific agency. If not specified or set to |
---|
422 | ! NULL, all agencies are accepted |
---|
423 | !exclusive_agency NEIR |
---|
424 | !exclusive_agency GSRC |
---|
425 | |
---|
426 | ! If using a sfd database (see website), please |
---|
427 | ! specify connection information here. |
---|
428 | !sfdb_command mysql -h dbhost sfdb |
---|
429 | !sfdb_exec_qual -B -e |
---|
430 | |
---|
431 | ! Default reads options for byte-swapping |
---|
432 | ! http://www.seismic-handler.org/portal/wiki/ShReads#qualifiers |
---|
433 | reads_swap false |
---|
434 | reads_invhdr false |
---|
435 | |
---|
436 | ! debug level; 0 = no debug output, 1 = little |
---|
437 | ! debug output, 2 = more debug output, ... |
---|
438 | ! type: integer |
---|
439 | debug_level 0 |
---|