Files
2025/etc/descriptions/global_ml_idc.xml
2025-10-29 12:34:04 +00:00

28 lines
817 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<plugin name="ML_IDC">
<extends>global</extends>
<description>
CTBTO/IDC local magnitude.
</description>
</plugin>
<binding name="ML_IDC" module="global">
<description>
CTBTO/IDC local magnitude.
</description>
<configuration>
<extend-struct type="GlobalBindingsMagnitudeProfile" match-name="ML(IDC)">
<parameter name="A" type="path">
<description>
Location of the station specific attenuation table. If not
specified then @DATADIR@/magnitudes/IDC/global.ml will be
used as fallback. {net}, {sta} and {loc} are placeholders
which will be replaced with the concrete network code,
station code and location code.
</description>
</parameter>
</extend-struct>
</configuration>
</binding>
</seiscomp>