-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathobspyload.sample.ini
65 lines (59 loc) · 1.59 KB
/
obspyload.sample.ini
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
[DEFAULT]
; Sample ObsPyLoad configuration file, overriding default behaviour
; configuration files are optional to save typing in the same options at
; the command line, and to set some options not present at the command line
; Rename this file to obspyload.ini to try it
; ObsPyLoad searches for config files in the following locations:
; '~/.obspyloadrc', '.obspyloadrc', 'obspyload.ini'
; comment out lines like this
# or like this
;networks to skip, they seem to never return data
skip_nw = AI, BA
; maximum download length of a single file in time window mode
; they will be concatenated after the download of each station
maxdays = 1
; do not display instructive text when starting but d/l files immediately
force = True
; override default datapath
datapath = sample-datapath
;datapath = another-datapath
;
; some more options - can also use : instead of =
;
; minimum magnitude
;magmin: 3.8
; maximum magnitude
;magmax: 6
; minimum latitude for events
;latmin: -40
; maximum latitude for events
;latmax: 20
; minimum longitude for events
;lonmin: -80
; maximum longitude for events
;lonmax: 80
; minimum latitude for stations
;stalatmin: -70
; maximum latitude for stations
;stalatmax: 50
; minimum longitude for stations
;stalonmin: -100
; maximum longitude for stations
;stalonmax: 180
;dt: 10
; time to download data before estimated arrival time
;preset: 300
; time to download data after estimated arrival time
;offset: 2400
; velocity model for estimated arrival time calculations
;model: iasp91
; phases to plot on top
;phases: P,S
; network
;nw: BW
; station
;st: FURT
; location
;lo: *
; channel
;ch: BHZ