[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 additions and 0 deletions

View File

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scevtstreams" category="Utilities">
<description>
Extract stream information with time windows from picks of an event.
</description>
<command-line>
<synopsis>
scevtstreams [options]
</synopsis>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
<optionReference>generic#config-file</optionReference>
<optionReference>generic#plugins</optionReference>
<optionReference>generic#daemon</optionReference>
<optionReference>generic#auto-shutdown</optionReference>
<optionReference>generic#shutdown-master-module</optionReference>
<optionReference>generic#shutdown-master-username</optionReference>
</group>
<group name="Verbosity">
<optionReference>verbosity#verbosity</optionReference>
<optionReference>verbosity#v</optionReference>
<optionReference>verbosity#quiet</optionReference>
<optionReference>verbosity#component</optionReference>
<optionReference>verbosity#syslog</optionReference>
<optionReference>verbosity#lockfile</optionReference>
<optionReference>verbosity#console</optionReference>
<optionReference>verbosity#debug</optionReference>
<optionReference>verbosity#log-file</optionReference>
</group>
<group name="Database">
<optionReference>database#db-driver-list</optionReference>
<optionReference>database#database</optionReference>
<optionReference>database#config-module</optionReference>
<optionReference>database#inventory-db</optionReference>
<optionReference>database#db-disable</optionReference>
</group>
<group name="Input">
<option flag="i" long-flag="input" argument="arg">
<description>
Input XML file name. Reads event from the XML file instead of
database. Use '-' to read from stdin.
</description>
</option>
<option flag="f" long-flag="format" argument="arg">
<description>
Input format to use (xml [default], zxml (zipped xml),
binary). Only relevant with -i.
</description>
</option>
</group>
<group name="Dump">
<option flag="E" long-flag="event" argument="arg">
<description>The ID of the event to consider.</description>
</option>
<option flag="" long-flag="net-sta" argument="arg">
<description>
Filter read picks by network code or network and station
code. Format: NET or NET.STA
</description>
</option>
<option flag="" long-flag="nslc" argument="arg">
<description>
Stream list file to be used for filtering read picks by
stream code. '--net-sta' will be ignored. One line per
stream. Line format: NET.STA.LOC.CHA.
</description>
</option>
</group>
<group name="Output">
<option flag="m" long-flag="margin" argument="arg">
<description>
Time margin around the picked time window, default is 300.
Added before the first and after the last pick,
respectively. Use 2 comma-separted values (before,after)
for asymmetric margins. Example: 120,300.
</description>
</option>
<option flag="S" long-flag="streams" argument="arg">
<description>
Comma separated list of streams per station to add.
Example: BH,SH,HH.
</description>
</option>
<option flag="C" long-flag="all-components" argument="arg">
<description>
Specify whether to use all components (1) or just the
picked ones (0). Default: 1.
</description>
</option>
<option flag="L" long-flag="all-locations" argument="arg">
<description>
Specify whether to use all location codes (1) or just
the picked ones (0). Default: 1.
</description>
</option>
<option flag="" long-flag="all-stations" argument="">
<description>
Dump all stations from the same network. If unused, just
stations with picks are dumped.
</description>
</option>
<option flag="" long-flag="all-networks" argument="">
<description>
Dump all networks. If unused, just networks with picks are
dumped. This option implies --all-stations, --all-locations,
--all-streams, --all-components and will only provide the
time window.
</description>
</option>
<option flag="R" long-flag="resolve-wildcards" argument="flag">
<description>
If all components are used, use inventory to resolve stream
components instead of using '?' (important when Arclink
should be used).
</description>
</option>
<option flag="" long-flag="caps" argument="">
<description>
Dump in capstool format (Common Acquisition Protocol Server
by gempa GmbH).
</description>
</option>
<option flag="" long-flag="fdsnws" argument="flag">
<description>
Dump in FDSN dataselect webservice POST format.
</description>
</option>
</group>
</command-line>
</module>
</seiscomp>