@@ -243,20 +243,26 @@ Usage
243
243
correction. [Default looks for both horizontal and
244
244
pressure and allows for both tilt AND compliance
245
245
corrections]
246
+ --zcomp ZCOMP Specify the Vertical Component Channel Identifier.
247
+ [Default Z].
246
248
-O, --overwrite Force the overwriting of pre-existing data. [Default
247
249
False]
248
250
249
251
Server Settings:
250
252
Settings associated with which datacenter to log into.
251
253
252
- -S SERVER, --Server SERVER
254
+ -S SERVER, --server SERVER
253
255
Specify the server to connect to. Options include:
254
256
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
255
257
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
256
258
USP. [Default IRIS]
257
- -U USERAUTH, --User-Auth USERAUTH
258
- Enter your IRIS Authentification Username and Password
259
- (--User-Auth='username:authpassword') to access and
259
+ --server-url SERVER_URL
260
+ Specify the obspy base_url server address (and port if
261
+ needed) to open for the fdsn client. Overrides any
262
+ settings to '--server'. [Default None]
263
+ -U USERAUTH, --user-auth USERAUTH
264
+ Enter your Authentification Username and Password
265
+ (--user-auth='username:authpassword') to access and
260
266
download restricted data. [Default no user and
261
267
password]
262
268
@@ -572,20 +578,26 @@ Usage
572
578
correction. [Default looks for both horizontal and
573
579
pressure and allows for both tilt AND compliance
574
580
corrections]
581
+ --zcomp ZCOMP Specify the Vertical Component Channel Identifier.
582
+ [Default Z].
575
583
-O, --overwrite Force the overwriting of pre-existing data. [Default
576
584
False]
577
585
578
586
Server Settings:
579
587
Settings associated with which datacenter to log into.
580
588
581
- -S SERVER, --Server SERVER
589
+ -S SERVER, --server SERVER
582
590
Specify the server to connect to. Options include:
583
591
BGR, ETH, GEONET, GFZ, INGV, IPGP, IRIS, KOERI, LMU,
584
592
NCEDC, NEIP, NERIES, ODC, ORFEUS, RESIF, SCEDC, USGS,
585
593
USP. [Default IRIS]
586
- -U USERAUTH, --User-Auth USERAUTH
587
- Enter your IRIS Authentification Username and Password
588
- (--User-Auth='username:authpassword') to access and
594
+ --server-url SERVER_URL
595
+ Specify the obspy base_url server address (and port if
596
+ needed) to open for the fdsn client. Overrides any
597
+ settings to '--server'. [Default None]
598
+ -U USERAUTH, --user-auth USERAUTH
599
+ Enter your Authentification Username and Password
600
+ (--user-auth='username:authpassword') to access and
589
601
download restricted data. [Default no user and
590
602
password]
591
603
@@ -599,6 +611,10 @@ Usage
599
611
--pre-filt PRE_FILT Specify four comma-separated corner frequencies
600
612
(float, in Hz) for deconvolution pre-filter. [Default
601
613
0.001,0.005,45.,50.]
614
+ --window WINDOW Specify window length in seconds. Default value is
615
+ highly recommended. Program may not be stable for
616
+ large deviations from default value. [Default 7200.
617
+ (or 2 hours)]
602
618
603
619
Event Settings:
604
620
Settings associated with refining the events to include in matching
0 commit comments