Synopsis
mseed3 [-vV] [--2to3] [--data] [--help] [--sacto3] [--max=<maxRecords>] [-o=<outputFile>] [--quakeml=<quakemlFile>] [-r=<sourceIdPattern>] [--staxml=<staxmlFile>] [<inputFileList>…]
Description
list miniseed3 records, or convert from ver 2 records, or set extra headers from StationXML, QuakeML
Options
- --2to3
-
convert miniseed2 to miniseed3
- --data
-
dump timeseries samples, default is to just print headers
- --help
-
display a help message
- --max=<maxRecords>
-
number of data records to process before ending
- -o, --out=<outputFile>
-
Output file (default: print to console)
- --quakeml=<quakemlFile>
-
Set standard extra headers for event from quakeml file
- -r, --regex=<sourceIdPattern>
-
regular expression of sourceids to search
- --sacto3
-
convert SAC to miniseed3
- --staxml=<staxmlFile>
-
Set standard extra headers for station from stationxml file
- -v, --verbose
-
Verbose
- -V, --version
-
Print version and exit
Arguments
- [<inputFileList>…]
-
== Examples
Print headers and dump the timeseries data for a miniseed3 file.
Unresolved directive in mseed3.adoc - include::src/doc/man-templates/example_output/mseed3_ex1_out[]