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).
|