Skip to content

Commit 1d09564

Browse files
author
Malcolm White
committed
UPDATE:: Update README.md
1 parent 7e2efc9 commit 1d09564

8 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Welcome to the *pykonal* repository!
2-
This code implements a mixed- (first- and second-) order finite-difference solver for the 2D Eikonal equation in Cartesian coordinates using the Fast-Marching Method of Sethian et al. (1996).
2+
This code implements a mixed- (first- and second-) order finite-difference solver for the 3D Eikonal equation in Cartesian coordinates using the Fast-Marching Method of Sethian et al. (1996).
33

44
## Planned development
5-
1. Extend to 3D
6-
2. Implement in spherical coordinates
5+
1. Implement in spherical coordinates
76

8-
## Example results
7+
### Compute synthetic arrival times in 3 dimensions:
98
![Figure 1](figures/figure_1.png)
9+
### For multiple sources:
1010
![Figure 2](figures/figure_2.png)
11+
### And trace raypaths through heterogeneous velocity fields:
12+
#### Velocity model
1113
![Figure 3](figures/figure_3.png)
14+
#### Travel time field
1215
![Figure 4](figures/figure_4.png)
13-
![Figure 5](figures/figure_5.png)
14-
![Figure 6](figures/figure_6.png)
15-
![Figure 7](figures/figure_7.png)
1616

1717
## References
1818
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

figures/figure_1.png

40.2 KB
Loading

figures/figure_2.png

31 KB
Loading

figures/figure_3.png

-8.97 KB
Loading

figures/figure_4.png

44.1 KB
Loading

figures/figure_5.png

-39.8 KB
Binary file not shown.

figures/figure_6.png

-86.3 KB
Binary file not shown.

figures/figure_7.png

-84.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)