Skip to content

Commit

Permalink
Merge branch 'dev/0.2a0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm White committed Feb 6, 2020
2 parents 839f022 + 0f814a6 commit ae3e65e
Show file tree
Hide file tree
Showing 18 changed files with 3,239 additions and 1,373 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Welcome to the *pykonal* repository!
This code implements a mixed- (first- and second-) order finite-difference solver for the 3D Eikonal equation in Cartesian and spherical coordinates using the Fast-Marching Method of Sethian et al. (1996).

If you make use of this code in published work, please consider citing White et al. (2019).
If you make use of this code in published work, please cite White et al. (2019).

## Installation
```bash
Expand All @@ -24,6 +24,8 @@ sh$> pip install .


## References
Sethian, J. A. (1996). A fast marching level set method for monotonically advancing fronts. *Proceedings of the National Academy of Sciences, 93*(4), 1591–1595. https://doi.org/10.1073/pnas.93.4.1591

White, M. C. A., Fang, H., Nakata, N., & Ben-Zion, Y. (2019). PyKonal: A Python package for solving the Eikonal equation in spherical and Cartesian coordinates using the Fast Marching Method. *Seismological Research Letters, in review*.
<span style="font-family:Times">
Sethian, J. A. (1996). A fast marching level set method for monotonically advancing fronts. *Proceedings of the National Academy of Sciences, 93*(4), 1591–1595. https://doi.org/10.1073/pnas.93.4.1591 </span>
<span style="font-family:Times">
White, M. C. A., Fang, H., Nakata, N., & Ben-Zion, Y. (2019). PyKonal: A Python package for solving the Eikonal equation in spherical and Cartesian coordinates using the Fast Marching Method. *Seismological Research Letters*, in review.
</span>
Loading

0 comments on commit ae3e65e

Please sign in to comment.