Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.01 KB

index.rst

File metadata and controls

67 lines (48 loc) · 2.01 KB
../orientpy/examples/picture/OrientPy_logo.png

Documentation

OrientPy is a package containing Python tools to estimate seismometer orientation using automated (and manual) processing of earthquake data. These methods are particularly useful for broadband ocean-bottom seismic stations, but are also applicable to broadband land stations or shorter period instruments (depending on the method selected). Currently the toolbox includes the following methods:

  • DL (Doran and Laske, 2017): Based on Rayleigh-wave polarization at a range of frequencies and for the two fundamental mode Rayleigh wave orbits.
  • BNG (Braunmiller, Nabelek and Ghods, 2020): Based on P-wave polarization of earthquakes at regional teleseismic distances.

Each method can be used independently to produce an estimate of station orientation, in terms of the azimuth of seismic component '1' (or 'N'). The code uses the StDb package for querying and building a station database used in command-line scripts. Tutorials are provided in the sections below.

Note

The method DL is heavily based on the code DLOPy by Doran and Laske (2017). The original code can be found here

.. toctree::
   :maxdepth: 1
   :caption: Quick Links

   links

.. toctree::
   :maxdepth: 1
   :caption: Disclaimer

   disclaimer

.. toctree::
   :maxdepth: 2
   :caption: Getting Started

   orientpy

.. toctree::
   :maxdepth: 2
   :caption: API Documentation

   api

.. toctree::
   :maxdepth: 2
   :caption: Scripts & Tutorials

   scripts
   tutorials