Skip to content

Commit

Permalink
added authors to README
Browse files Browse the repository at this point in the history
  • Loading branch information
paudetseis committed Jun 16, 2020
1 parent fb054c2 commit 5a0b118
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ processing of earthquake data. These methods are particularly useful for broadba
ocean-bottom seismic stations, but are also applicable to broadband land stations
or shorter period instruments (depending on the method selected). The code uses the
``StDb`` package for querying and building a station database and can be used through
command-line scripts.Currently the toolbox includes the following methods:
command-line scripts. Currently the toolbox includes the following methods:

- **DL** (Doran and Laske, 2017): Based on Rayleigh-wave polarization at a range of
frequencies and for the two fundamental mode Rayleigh wave orbits.
Expand All @@ -28,6 +28,12 @@ terms of the azimuth of seismic component `1` (or `N`).
Installation, Usage, API documentation and scripts are described at
https://nfsi-canada.github.io/OrientPy/.

Author: [`Pascal Audet`](https://www.uogeophysics.com/authors/admin/) (Developer and Maintainer)

##### Note

The toolbox **DL** is heavily based on the software [`DLOPy`](https://igppweb.ucsd.edu/~adoran/DLOPy.html) written by [`A. Doran.`](https://igppweb.ucsd.edu/~adoran/)

#### Contributing

All constructive contributions are welcome, e.g. bug reports, discussions or suggestions for new features. You can either [open an issue on GitHub](https://github.com/nfsi-canada/OrientPy/issues) or make a pull request with your proposed changes. Before making a pull request, check if there is a corresponding issue opened and reference it in the pull request. If there isn't one, it is recommended to open one with your rationale for the change. New functionality or significant changes to the code that alter its behavior should come with corresponding tests and documentation. If you are new to contributing, you can open a work-in-progress pull request and have it iteratively reviewed.
Expand Down

0 comments on commit 5a0b118

Please sign in to comment.