[installation] Change to nightly
This commit is contained in:
55
share/doc/seiscomp/html/_sources/apps/scmsdemux.rst.txt
Normal file
55
share/doc/seiscomp/html/_sources/apps/scmsdemux.rst.txt
Normal file
@ -0,0 +1,55 @@
|
||||
.. highlight:: rst
|
||||
|
||||
.. _scmsdemux:
|
||||
|
||||
#########
|
||||
scmsdemux
|
||||
#########
|
||||
|
||||
**Demultiplex miniSEED record creating files per stream**
|
||||
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
scmsdemux demultiplexes :term:`miniSEED` records found in the given source
|
||||
writing them into separate new files. The source can be files or stdin. One
|
||||
file per stream is generated. File names are derived from the stream code and
|
||||
the begin time of the records.
|
||||
|
||||
Examples:
|
||||
|
||||
* Demultiplex the miniSEED records contained in :file:`data.mseed` and
|
||||
additionally print the names of created files to stderr
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
scmsdemux -v data.mseed
|
||||
|
||||
* Demultiplex the miniSEED records received from stdin
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
scmssort -u -E data.mseed | scmsdemux -
|
||||
|
||||
|
||||
|
||||
Command-Line Options
|
||||
====================
|
||||
|
||||
.. program:: scmsdemux
|
||||
|
||||
:program:`scmsdemux [OPTION] source`
|
||||
|
||||
|
||||
Verbosity
|
||||
---------
|
||||
|
||||
.. option:: -h, --help
|
||||
|
||||
Display this help message.
|
||||
|
||||
.. option:: -v, --verbose
|
||||
|
||||
Verbose mode.
|
||||
|
||||
Reference in New Issue
Block a user