pykonal.solverΒΆ
The core module of PyKonal for solving the Eikonal equation.
This module provides the core class (pykonal.solver.EikonalSolver
),
which gets imported into the root-level namespace and can thus be
instantiated as below:
import pykonal
solver = pykonal.EikonalSolver(coord_sys="cartesian")
An additional convenience class (pykonal.solver.PointSourceSolver
)
is made available in this module.