Skip to content

Station Corrections

Station corrections can be extract from previous runs to refine the localisation accuracy. The corrections can also help to improve the semblance find more events in a dataset.

Station Specific Corrections

Source specific delay statistic

Statistics of station delay times.

StationCorrections Module

import_rundirs

Path to rundir, to extract the station corrections from.

plot_corrections: False

Plot the station corrections statistics.

statistic: median | average

Arithmetic measure for the traveltime delays. Choose from median and average.

weighting: none | confidence | semblance | add-confidence-semblance | mul-confidence-semblance

Weighting of the traveltime delays. Choose from none, confidence, semblance, add-confidence-semblance and mul-confidence-semblance.

min_num_station_picks: 50

Minimum number of picks at a station required to calculate station corrections.

min_distance_border: 500.0

Minimum event distance from the border of the octree grid.

min_num_picks: 3

Minimum number of picks per event to be included in the statistics.

JSON for StationCorrections
{
  "corrections": "StationCorrections",
  "import_rundirs": [
    "."
  ],
  "plot_corrections": false,
  "statistic": "median",
  "weighting": "mul-confidence-semblance",
  "min_num_station_picks": 50,
  "min_distance_border": 500.0,
  "min_num_picks": 3
}

Source Specific Corrections

Source specific corrections volume

Delay volume for a selected stations.

SourceSpecificStationCorrections Module

Source specific station travel time corrections.

import_rundirs

Path to rundir, to extract the station corrections from.

weighting: none | confidence | semblance | add-confidence-semblance | mul-confidence-semblance

Weighting of the traveltime delays. Choose from none, confidence, semblance, add-confidence-semblance and mul-confidence-semblance.

min_confidence: 5.0

Minimum cumulative pick confidence within the sphere surrouding the node. If the cumulative pick confidence inside the sphere is below this value, the sphere radius is increased until enough picks are inside the sphere.

min_distance_border: 500.0

Minimum event distance from the border of the octree grid.

min_num_picks: 3

Minimum number of picks per event to be included in the statistics. Higher values will result in fewer events.

spatial_weighting_exponent: 3.0

The exponent of the spatial weighting function around the sphere.

resolution_octree_level: 0

The octree level (resolution) to use for the station corrections. This is the SSST grid spacing.

delay_interpolation_method: nearest | linear | cubic

The interpolation method to use for interpolating delays between nodes.

JSON for SourceSpecificStationCorrections
{
  "corrections": "SourceSpecificStationCorrections",
  "import_rundirs": [],
  "weighting": "mul-confidence-semblance",
  "min_confidence": 5.0,
  "min_distance_border": 500.0,
  "min_num_picks": 3,
  "spatial_weighting_exponent": 3.0,
  "resolution_octree_level": 0,
  "delay_interpolation_method": "linear"
}