Skip to content

Commit 5a0b118

Browse files
committed
added authors to README
1 parent fb054c2 commit 5a0b118

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ processing of earthquake data. These methods are particularly useful for broadba
88
ocean-bottom seismic stations, but are also applicable to broadband land stations
99
or shorter period instruments (depending on the method selected). The code uses the
1010
``StDb`` package for querying and building a station database and can be used through
11-
command-line scripts.Currently the toolbox includes the following methods:
11+
command-line scripts. Currently the toolbox includes the following methods:
1212

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

31+
Author: [`Pascal Audet`](https://www.uogeophysics.com/authors/admin/) (Developer and Maintainer)
32+
33+
##### Note
34+
35+
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/)
36+
3137
#### Contributing
3238

3339
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.

0 commit comments

Comments
 (0)