89 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<plugin name="MLv">
 | 
						|
		<extends>global</extends>
 | 
						|
		<description>
 | 
						|
		Local (Richter) magnitude measured on the vertical component
 | 
						|
		</description>
 | 
						|
		<configuration>
 | 
						|
			<extend-struct type="GlobalMagnitudeProfile" match-name="MLv">
 | 
						|
				<extend-struct type="GlobalMagnitudeRegionProfile">
 | 
						|
					<parameter name="logA0" type="string">
 | 
						|
						<description>
 | 
						|
						Overrides the calibration function log10(A0)
 | 
						|
						for computing MLv per region. See logA0
 | 
						|
						description in the bindings.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
				</extend-struct>
 | 
						|
			</extend-struct>
 | 
						|
		</configuration>
 | 
						|
	</plugin>
 | 
						|
 | 
						|
	<binding name="MLv" module="global">
 | 
						|
		<description>
 | 
						|
		Local (Richter) magnitude measured on the vertical component
 | 
						|
		</description>
 | 
						|
		<configuration>
 | 
						|
			<group name="amplitudes">
 | 
						|
				<group name="MLv">
 | 
						|
					<description>
 | 
						|
					Parameters for measuring MLv amplitudes. Add more parameters
 | 
						|
					by adding an amplitude type profile 'MLv',
 | 
						|
					</description>
 | 
						|
					<parameter name="preFilter" type="string" default="">
 | 
						|
						<description>
 | 
						|
						The filter applied to raw records before applying
 | 
						|
						Wood-Anderson simulation. Default: no pre-filtering.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
					<parameter name="measureType" type="string" default="AbsMax">
 | 
						|
						<description>
 | 
						|
						This parameter allows to set how the amplitude is measured.
 | 
						|
						Either by finding the absolute maximum of the demeaned
 | 
						|
						trace (AbsMax), the difference of maximum and minimum of
 | 
						|
						the signal window (MinMax) or the maximum peak-trough
 | 
						|
						of one cycle (PeakTrough).
 | 
						|
 | 
						|
						Note that if absMax is already explicitly configured, this
 | 
						|
						parameter has no effect.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
				</group>
 | 
						|
			</group>
 | 
						|
 | 
						|
			<group name="magnitudes">
 | 
						|
				<group name="MLv">
 | 
						|
					<description>
 | 
						|
					Parameters for computing MLv magnitudes from MLv amplitudes.
 | 
						|
					</description>
 | 
						|
					<parameter name="logA0" type="string" default="0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85">
 | 
						|
						<description>
 | 
						|
						The calibration function log10(A0).
 | 
						|
 | 
						|
						Format: any list of distance-value pairs separated by
 | 
						|
						comma. Values within pairs are separated by colon.
 | 
						|
 | 
						|
						Example: "0:-1.3,60:-2.8,100:-3.0,400:-4.5,1000:-5.85"
 | 
						|
						specifies 4 distance intervals from
 | 
						|
						0...60, 60...100, 100...400 and 400...1000 km distance.
 | 
						|
						Within these intervals log10(A0) is interpolated linearly
 | 
						|
						between -1.3...-2.8, -2.8...-3.0, -3.0...-4.5 and -4.5...-5.8,
 | 
						|
						respectively.
 | 
						|
 | 
						|
						Note: The first and last distance samples limit the
 | 
						|
						maximum distance range for computing MLv.
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
					<parameter name="maxDistanceKm" type="double" unit="km" default="-1.0">
 | 
						|
						<description>
 | 
						|
							Maximum epicentral distance for computing MLv.
 | 
						|
							No distance limitation for maxDistanceKm=-1
 | 
						|
						</description>
 | 
						|
					</parameter>
 | 
						|
				</group>
 | 
						|
			</group>
 | 
						|
		</configuration>
 | 
						|
	</binding>
 | 
						|
</seiscomp>
 |