61 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<plugin name="caps">
 | 
						|
		<extends>seedlink</extends>
 | 
						|
		<description>Global options for the CAPS plugin</description>
 | 
						|
		<configuration>
 | 
						|
			<group name="plugins">
 | 
						|
				<group name="caps">
 | 
						|
					<parameter name="maxTimeDiff" type="float" default="86400">
 | 
						|
						<description>
 | 
						|
						The maxmimum time difference with respect to current
 | 
						|
						time of the end time of a received record. If
 | 
						|
						exceeded then the end time will not be logged into
 | 
						|
						the state file.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
					<parameter name="inOrder" type="boolean" default="false">
 | 
						|
						<description>
 | 
						|
						Request all records in-order. Out-of-order records will
 | 
						|
						be skipped.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
				</group>
 | 
						|
			</group>
 | 
						|
		</configuration>
 | 
						|
	</plugin>
 | 
						|
	<binding module="seedlink" name="caps" category="sources">
 | 
						|
		<description>Transfers data from CAPS to SeedLink server</description>
 | 
						|
		<configuration>
 | 
						|
			<parameter name="address" type="string" default="localhost:18002">
 | 
						|
				<description>
 | 
						|
					CAPS URL to fetch data from, format: [[caps|capss]://][user:pass@]host[:port]
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="streams" type="string" default="*.*">
 | 
						|
				<description>
 | 
						|
				Comma-separated list of streams. Stream format is [LOC.CHA].
 | 
						|
				Streams may contain wildcards
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="unpack" type="string" default="">
 | 
						|
				<description>
 | 
						|
				Comma-separated list of streams to unpack. Stream format is [LOC.CHA].
 | 
						|
				Streams may contain wildcards. Unpacking in this context means that
 | 
						|
				incoming data is converted to RAW data before sending
 | 
						|
				it to SeedLink. The proc option must be set when using this option.
 | 
						|
				For each stream there must be a corresponding entry in the proc object
 | 
						|
				so that the raw stream can be processed by SeedLink. The name of the
 | 
						|
				input entry must match the chanel ID, e.g., 00ENZ or ENZ.
 | 
						|
				</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>
 |