[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
26
etc/descriptions/seedlink_antelope.xml
Normal file
26
etc/descriptions/seedlink_antelope.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<binding module="seedlink" name="antelope" category="sources">
|
||||
<description>Antelope ORB (TCP/IP)</description>
|
||||
<configuration>
|
||||
<parameter name="select" type="string" default="*">
|
||||
<description>
|
||||
Regular expression to match ORB packets, default is all
|
||||
waveform data.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="address" type="string" default="localhost">
|
||||
<description>Hostname or IP of the Antelope ORB.</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="int" default="39136">
|
||||
<description>Port of the Antelope ORB.</description>
|
||||
</parameter>
|
||||
<parameter name="proc" type="string">
|
||||
<description>
|
||||
Name of the proc object (defined in streams.xml); used for processing
|
||||
raw streams (streams submitted by a plugin as raw samples).
|
||||
</description>
|
||||
</parameter>
|
||||
</configuration>
|
||||
</binding>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user