Skip to content

Commit ae3e65e

Browse files
author
Malcolm White
committed
Merge branch 'dev/0.2a0'
2 parents 839f022 + 0f814a6 commit ae3e65e

18 files changed

+3239
-1373
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Welcome to the *pykonal* repository!
22
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).
33

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

66
## Installation
77
```bash
@@ -24,6 +24,8 @@ sh$> pip install .
2424

2525

2626
## References
27-
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
28-
29-
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*.
27+
<span style="font-family:Times">
28+
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>
29+
<span style="font-family:Times">
30+
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.
31+
</span>

0 commit comments

Comments
 (0)