obspy.clients.arclink.client.Client.get_qc¶
-
Client.
get_qc
(network, station, location, channel, starttime, endtime, parameters='*', outages=True, logs=True)[source]¶ Retrieve QC information of ArcLink streams.
Note
Requesting QC is documented but seems not to work at the moment.
Parameters: - network (str) – Network code, e.g.
'BW'
. - station (str) – Station code, e.g.
'MANZ'
. - location (str) – Location code, e.g.
'01'
. - channel (str) – Channel code, e.g.
'EHE'
. - starttime (
UTCDateTime
) – Start date and time. - endtime (
UTCDateTime
) – End date and time. - parameters (str, optional) – Comma-separated list of QC parameters. The following
QC parameters are implemented in the present version:
'availability'
,'delay'
,'gaps count'
,'gaps interval'
,'gaps length'
,'latency'
,'offset'
,'overlaps count'
,'overlaps interval'
,'overlaps length'
,'rms'
,'spikes amplitude'
,'spikes count'
,'spikes interval'
,'timing quality'
(default is'*'
for requesting all parameters). - outages (bool, optional) – Include list of outages (default is
True
). - logs (bool, optional) – Include log messages (default is
True
).
Returns: XML document as string.
- network (str) – Network code, e.g.