73 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<plugin name="FixedHypocenter">
 | 
						|
		<extends>global</extends>
 | 
						|
		<description>Locator for re-computing source time with fixed hypocenter</description>
 | 
						|
		<configuration>
 | 
						|
			<group name="FixedHypocenter">
 | 
						|
				<description>
 | 
						|
					Locator parameters: FixedHypocenter
 | 
						|
				</description>
 | 
						|
				<parameter name="profiles" type="list:string" default="LOCSAT/iasp91,LOCSAT/tab">
 | 
						|
					<description>
 | 
						|
					Defines a list of available travel time tables. Each item
 | 
						|
					is a tuple separated by a slash with format "[interface]/[model]".
 | 
						|
					Built-in interfaces are "LOCSAT" and "libtau".
 | 
						|
					Other interfaces might be added via plugins. Please check their
 | 
						|
					documentation for the required interface name.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="lat" type="double">
 | 
						|
					<description>
 | 
						|
					The fixed latitude to use. If not set then this
 | 
						|
					value is read from the input origin.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="lon" type="double">
 | 
						|
					<description>
 | 
						|
					The fixed longitude to use. If not set then this
 | 
						|
					value is read from the input origin.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="depth" type="double">
 | 
						|
					<description>
 | 
						|
					The fixed depth to use. If not set then this
 | 
						|
					value is read from the input origin.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="time" type="string">
 | 
						|
					<description>
 | 
						|
					The fixed time to use. If not set then this
 | 
						|
					value is read from the input origin.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="usePickUncertainties" type="boolean" default="false">
 | 
						|
					<description>
 | 
						|
					Whether to use pick time uncertainties rather than a fixed
 | 
						|
					time error. If true, then the uncertainties are retrieved from
 | 
						|
					each individual pick object. If they are not defined, then the
 | 
						|
					default pick time uncertainty as defined by defaultTimeError
 | 
						|
					will be used instead.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="defaultTimeError" type="double" default="1.0" unit="s">
 | 
						|
					<description>
 | 
						|
					The default pick time uncertainty if pick uncertainties are
 | 
						|
					not going to be used or if they are absent.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="degreesOfFreedom" type="int" default="8">
 | 
						|
					<description>
 | 
						|
					Number of degrees of freedom used for error estimate.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
				<parameter name="confLevel" type="double" default="0.9">
 | 
						|
					<description>
 | 
						|
					Confidence level between 0.5 and 1.
 | 
						|
					</description>
 | 
						|
				</parameter>
 | 
						|
			</group>
 | 
						|
		</configuration>
 | 
						|
	</plugin>
 | 
						|
</seiscomp>
 |