-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 771 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 771 Bytes
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
{
"shortcuts": {
"next_station": "D",
"prev_station": "A",
"phase_p": "P",
"phase_s": "S",
"phase_custom": "C",
"phase_rotate": "Q",
"reset_view": "R",
"save_sac": "Ctrl+S",
"export_csv": "Ctrl+E",
"toggle_filter": "F",
"pick_p": "1",
"pick_s": "2"
},
"colors": {
"Z": "#e74c3c",
"N": "#f1c40f",
"E": "#3498db",
"other": "#7f8c8d",
"pick_line": "#8e44ad",
"pick_area_alpha": 60
},
"defaults": {
"low_f": 1.0,
"high_f": 20.0,
"filter_type": "BandPass (f1 and f2)",
"velocity_model": "iasp91",
"show_theoretical_arrivals": false,
"picking_mode": "Popup"
}
}