iloc ssst integration - GeoscienceAustralia/hiperseis GitHub Wiki
Some background materials:
Three-dimensional empirical traveltimes: construction and application
Fortran code here may be useful.
Steps:
- Use
iloc
on all events and record the residuals. - Calculate mean/median
ssst
for each grid and each station and interpolate the residuals for the whole country. - Use
iloc
for each event and go back to 1. Repeat this cycle a few times. - Optionally do a
static station terms calculation
(at which step?)
We are to either use a thin plate spline interpolation with generalized cross validation
or 3D kriging
to interpolate the travel time residuals.
Defn of Travel Time Residual: observed travel time - theoretical travel time.