The Major Earthquake waveform record processing program for SAC, TANK or miniSEED files.
Nothing special, it can be compiled under only standard C library.
- Linux
- MacOS (Not pass testing yet)
- Linux/MacOS
- Simply run
make - Then you can run
sudo make installto install this program to/usr/local/bin
- Simply run
postmajor -hshow some helping tips.postmajor -vshow version information.postmajor -f SAC <input eq. info> <input station list> <input seismic data>orpostmajor <input eq. info> <input station list> <input seismic data>process the input SAC format file(s) & output the result to the standard output.postmajor -f MSEED <input eq. info> <input station list> <input seismic data>process the input miniSEED format file & output the result to the standard output.postmajor <input eq. info> <input station list> <input seismic data> > <output path>process the input SAC format file(s) & redirect the result to the output path.postmajor -c <input eq. info> <input station list> <input seismic data>process the input SAC format file(s) & append the station coordinate to the result.
Please refer to the example files.
-
Default:
<SNL> <PGA> <PGV> <PGD> <PA3> <PV3> <PD3> <TauC3> <PGA Leading> <PGV Leading> <Epc. Dist.> <S/N Ratio> -
With station coordinate:
<SNL> <PGA> <PGV> <PGD> <PA3> <PV3> <PD3> <TauC3> <PGA Leading> <PGV Leading> <Epc. Dist.> <S/N Ratio> <Latitude> <Longitude> <Elevation>
Copyright© 2019-2024 Benjamin Ming Yang
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.