Hello,
I woud like to see all raspshakes in seiscomp. I imported https://fdsnws.raspberryshakedata.com/fdsnws/station/1/query?net=AM&endafter=2021-01-01&level=resp&format=sc3ml
and configured:
==> /opt/seiscomp/etc/key/global/profile_raspshake <==
# Defines the channel code of the preferred stream used by e.g. scautopick and
# scrttv. If no component code is given, the vertical component will be fetched
# from inventory. For that the channel orientation (azimuth, dip) will be used.
# If that approach fails, 'Z' will be appended and used as fallback.
detecStream = EH
==> /opt/seiscomp/etc/key/seedlink/profile_raspshake <==
# Activated plugins for category sources
sources = raspshake:caps
# CAPS URL to fetch data from, format: [[caps|capss]://][user:pass@]host[:port]
sources.raspshake.address = capss://...:...@caps.raspberryshakedata.com:18004
==> /opt/seiscomp/etc/key/station_AM_R0087 <==
# Binding references
global:raspshake
seedlink:raspshake
==> /opt/seiscomp/etc/key/station_AM_R00A4 <==
# Binding references
global:raspshake
seedlink:raspshake
==> /opt/seiscomp/etc/key/station_AM_R00B9 <==
# Binding references
global:raspshake
seedlink:raspshake
==> /opt/seiscomp/etc/key/station_AM_R00DC <==
# Binding references
global:raspshake
seedlink:raspshake
==> /opt/seiscomp/etc/key/station_AM_R00F5 <==
# Binding references
global:raspshake
seedlink:raspshake
etc for all stations… I activated seedlink
, did seiscomp update-config
, but I can’t get anything in slinktool -Q :
.
Any help ?
Fred