Skip to main content

DoubleF: A fast and flexible phase association and earthquake location method

Project description

DoubleF

DoubleF is a phase association and earthquake location program based on adaptive Sobol sampling. It searches event latitude, longitude, depth, and origin time in a unified framework and progressively refines the search region around the best-scoring candidates.

Iterative search process

Highlights

  • Adaptive Sobol sampling: efficient search in a 4-D source parameter space without an exhaustive grid.
  • Unified association and location: phase association and hypocenter estimation are solved together.
  • Flexible scoring: phase count, residual, probability, and distance weighting can be combined in different ways.
  • GPU acceleration: the main tensor computations can run on CUDA when available.
  • Stable output: final phase reports are aligned automatically and written in a compact format.

Installation

conda create -n doublef python=3.9
conda activate doublef
pip install .

If you want GPU execution, install a PyTorch build that matches your CUDA runtime before installing DoubleF.

Command Line

Run DoubleF with a YAML config file:

doublef example/example.yaml

Show program information:

doublef

Example

The repository includes a runnable example in example/:

  • example/example.yaml: example configuration
  • example/example.csv: example pick file
  • example/example_stations.csv: station file
  • example/tt/example.nd: velocity model

The public example uses recompute-travel-time: true, so the first run will build travel-time tables in example/tt/. After the tables are built, set it to false to avoid repeated travel-time computation.

Input Files

Pick CSV

Required columns:

  • network
  • station
  • phasetype
  • Time
  • Probability
  • Amplitude

Station CSV

Required columns:

  • network
  • station
  • latitude
  • longitude
  • elevation

Velocity Model

DoubleF uses a 1-D velocity model file for travel-time calculation.

Configuration

DoubleF is controlled by a YAML file. A complete example is provided in example/example.yaml.

In normal use, most parameters do not strongly change the final result. You usually do not need to tune everything.

The two sections that deserve the most attention are:

  • tolerance
  • output

These are strongly related to real data quality, station coverage, pick uncertainty, noise level, and the practical goal of the analysis.

For larger search regions, broader study areas, or larger initial uncertainty, increasing number-of-samples is often beneficial. In many smaller and denser problems, the default sampling is already adequate.

For more detailed parameter descriptions, refer to the comments in the YAML file.

Output Files

Each run creates an experiment directory under output.output-directory, for example:

results/000-example/

Typical files:

  • example.log: full log file
  • Config.yaml: normalized effective configuration used for the run
  • example.phase: final association and location report

Phase Report Format

The phase report does not contain explanatory header lines.

Each event consists of:

  • one event line
  • multiple associated pick lines

Event Line

# YYYY MM DD HH MM SS LAT LON DEP MAG ERR_LAT ERR_LON ERR_DEP ERR_TIME RMS P S BOTH SUM ID

Important note:

  • ERR_LAT, ERR_LON, ERR_DEP, and ERR_TIME are not formal location errors.
  • They describe the spread of the final iteration search result around the selected solution.
  • Large values may indicate that the result is less stable, the sample count is insufficient, the quantile is too broad, or the solution space remains diffuse.
  • They should be interpreted as indicators of solution concentration, not as strict uncertainty estimates.

Pick Line

NET STATION DIST PICK_TIME PROB PHASE RESIDUAL MAG AMP

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doublef-0.2.4.tar.gz (41.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

doublef-0.2.4-py3-none-any.whl (43.4 kB view details)

Uploaded Python 3

File details

Details for the file doublef-0.2.4.tar.gz.

File metadata

  • Download URL: doublef-0.2.4.tar.gz
  • Upload date:
  • Size: 41.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.0

File hashes

Hashes for doublef-0.2.4.tar.gz
Algorithm Hash digest
SHA256 795c6592583d39ef04691dc7d5d913263250355ca845313a2d28f1c67e872879
MD5 29ba0708dcdb7ecc41d2cbf0c76e40de
BLAKE2b-256 98b59253f6d22385f87cc40e3e6778ddf809e725e07312d97e6722b711e15cdd

See more details on using hashes here.

File details

Details for the file doublef-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: doublef-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 43.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.0

File hashes

Hashes for doublef-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ba54aa0d1c5c7892d54c5e31297d18bd8d933ff7bca36c2f5be7d6dc42cf5404
MD5 9cb998416b6c74defdb95354fda1b1e9
BLAKE2b-256 c1528122341cf765ce6774cf47e34132aaeeb0705e7957eb562591dbd89f3e7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page