Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 6, 2016
1 parent 838477a commit 4b15bca
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
## PSSAC: Plot Seismograms in SAC format based on GMT

[![GitHub release](https://img.shields.io/github/release/seisman/pssac.svg)](https://github.com/seisman/pssac/releases)
[![license](https://img.shields.io/github/license/seisman/pssac.svg)](/LICENSE)
本项目不再维护。

[pssac](https://github.com/seisman/pssac) is a [GMT](http://gmt.soest.hawaii.edu/) plugin,
which allows GMT users to plot seismograms in SAC format on maps.
pssac 已经被加入到 GMT 官方源码中并由 GMT 开发者统一维护。待 GMT 5.3.0 发布之后,用于即可在 GMT 中直接调用 pssac。有任何 bug,请报告到 [GMT Issues 页面](http://gmt.soest.hawaii.edu/projects/gmt/issues)

pssac works for GMT 5.2.1 or above. It is based on original pssac code
developed by Prof. Lupei Zhu and pssac2 code by Prof. Brian Savage.
Note that, the pssac follows the standard GMT5 syntax, and
**NOT** compatible with old pssac or pssac2 syntax and usage.
This project is **NO LONGER** maintained.

### Installation
pssac has been inclued into GMT official package and will be maintained by the GMT team. It will be avaiable to GMT users after GMT 5.3.0. Please open issues on [GMT Issues](http://gmt.soest.hawaii.edu/projects/gmt/issues) if there are any bugs or feature requests.

~~~bash
git clone https://github.com/seisman/pssac.git
cd pssac/
make
sudo cp pssac.so `gmt --show-plugindir`
~~~

### Usage

~~~bash
$ gmt pssac -
pssac(sac) 5.2.1 (r15220) [64-bit] [MP] - Plot seismograms in SAC format on maps

usage: pssac <saclist>|<sacfiles> -J<args> -R<west>/<east>/<south>/<north>[/<zmin>/<zmax>][r]
[-B<args>] [-C[<t0>/<t1>]] [-D<dx>[/<dy>]] [-Ea|b|k|d|n[<n>]|u[<n>]] [-F[i][q][r]]
[-G[p|n][+g<fill>][+t<t0>/<t1>][+z<zero>]] [-K] [-M<size>/<alpha>] [-O] [-P]
[-T[+t<tmark>][+r<reduce_vel>][+s<shift>]] [-U[<just>/<dx>/<dy>/][c|<label>]] [-V[<level>]]
[-W<pen>] [-X[a|c|r]<xshift>[<unit>]] [-Y[a|c|r]<yshift>[<unit>]] [-c<ncopies>]
[-h[i|o][<nrecs>][+c][+d][+r<remark>][+t<title>]] [-t<+a|[-]n>] [-m<sec_per_measuer>] [-v]
~~~

0 comments on commit 4b15bca

Please sign in to comment.