[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
68
etc/descriptions/msrtsimul.xml
Normal file
68
etc/descriptions/msrtsimul.xml
Normal file
@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<module name="msrtsimul" category="Acquisition">
|
||||
<description>MiniSEED real time playback and simulation</description>
|
||||
<command-line>
|
||||
<synopsis>
|
||||
msrtsimul [OPTION] miniSEED-file
|
||||
</synopsis>
|
||||
<group name="Verbosity">
|
||||
<option flag="h" long-flag="help" argument="" unit="">
|
||||
<description>
|
||||
Display this help message.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="v" long-flag="verbose" argument="" unit="">
|
||||
<description>
|
||||
Verbose mode.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
<group name="Playback">
|
||||
<option flag="c" long-flag="stdout" argument="">
|
||||
<description>
|
||||
Write on standard output. The output my be redirected to a
|
||||
specific mseedfifo path.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="d" long-flag="delays" argument="" unit="">
|
||||
<description>
|
||||
Add artificial delays.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="j" long-flag="jump" argument="float" unit="minutes">
|
||||
<description>
|
||||
Minutes to skip at the beginning.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="m" long-flag="mode" argument="string" unit="">
|
||||
<description>
|
||||
Playback mode: choose between 'realtime' and 'historic'
|
||||
</description>
|
||||
</option>
|
||||
<option flag="" long-flag="seedlink" argument="string" unit="">
|
||||
<description>
|
||||
The seedlink module name. Useful if a seedlink alias or
|
||||
non-standard names are used. Replaces 'seedlink'
|
||||
in the standard mseedfifo path.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="s" long-flag="speed" argument="float" unit="">
|
||||
<description>
|
||||
Speed factor. 1 is normal speed.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="" long-flag="test" argument="" unit="">
|
||||
<description>
|
||||
Test mode.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="u" long-flag="unlimited" argument="" unit="">
|
||||
<description>
|
||||
Allow miniSEED records which are not 512 bytes.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
</command-line>
|
||||
</module>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user