-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinput_parameters.yaml
More file actions
75 lines (68 loc) · 1.42 KB
/
Copy pathinput_parameters.yaml
File metadata and controls
75 lines (68 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Station / network parameters------------
network:
net: "9C"
sta: "POM*"
loc: "*"
chan: "SHZ"
client: "EARTHSCOPE"
stations:
min_stations: 10
remove_stations: ["POM06", "POM07", "POM18"]
keep_stations: []
array_name: "POM"
use_full_deployment: false
path_to_inventory: null
save_events: false
save_stations: false
# MSEED parameters------------------------
mseed:
save_mseed: false
mseed_path: "./POM_earthquakes_mseeds/"
mseed_length: 120
# Earthquake search parameters------------
earthquakes:
min_mag: 3.0
max_rad: 600
velocity_model: "ak135"
starttime: "2015-06-23"
endtime: "2016-04-30"
# Array processing parameters-------------
array_processing:
processing: "fk"
freq_min: 0.5
freq_max: 10
window_length: 2
window_step: 0.25
window_start: -1
# STA/LTA trigger parameters--------------
trigger:
timing: "trigger"
ptolerance: 5
multiple_triggers: "closest"
no_triggers: "max mdccm"
trig_freq_min: 1
trig_freq_max: 10
short_window: 0.05
long_window: 5
on_threshold: 20
off_threshold: 5
# FK array processing-----------------------
fk:
sll_x: -1.0
slm_x: 1.0
sll_y: -1.0
slm_y: 1.0
sl_s: 0.03
semb_thres: -1e9
vel_thres: -1e9
timestamp: "mlabday"
prewhiten: 0
# Plots -----------------------
plots:
earthquake_map: true
baz_error: true
slow_error: true
baz_error_map: true
slow_error_map: true
save_fig: false
fig_path: './figures/'