Skip to content

TomoATT/PyTomoATT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytomoatt

Python API for TomoATT, a package for Eikonal-based seismic tomography

Python Package using Conda Build documentations codecov

PyPI - License PyPI PyPI - Python Version

PyTomoATT is a Python module that provides an interface for TomoATT, a software package for seismic tomography analysis. With PyTomoATT, users can create TomoATT projects, manage input data, and generate 3D initial models, 3D checkerboards, and slices of horizontal and vertical cross sections.

Authors

Inclusion

  • Processing for the input travel time data.
  • Create initial model from CRUST1.0 and custom models.
  • Add checkerboard on an exists model.
  • API for output data of TomoATT (kernel, travel time field ...).
  • Post-processing for final model.
  • Interpolation of map views and cross-sections for model and output data.

Installation

PyTomoATT can be installed quickly via the PyPI with a command as following:

pip install pytomoatt

See section Installation in online documentation for more details.

Documentation

The complete API documentation, and tutorials can be accessed at PyTomoATT Documentation.