QuakeMigrate
QuakeMigrate copied to clipboard
A Python package for automatic earthquake detection and location using waveform migration and stacking.
## What is the purpose of this Pull Request? Prepare everything required for the registration of QuakeMigrate with the Python Package Index (PyPI). This will enable users to install the...
**Describe the bug** When the time period of data to be analysed contains a single pair of traces that can't be merged, but have overlapping/adjacent data & identical SEED id's,...
Currently to_mfast.py assumes QM outputs event depths and uncertainties in metres but this has now changed to km. Add a 'units' arg (see to_obspy.py).
**Describe the bug** When running Locate for a window of time with start/end times that are not an integer number of days apart _and_ that cross a dateline, the process...
**Describe the bug** The benchmark test for the Volcanotectonic_Iceland example fails (specifically `test_locate()`). **To Reproduce** Run the examples, then run `test_benchmarks.py` **Expected behavior** ``` ====================================================================== FAIL: test_locate (__main__.TestExamples) Check the...
**Describe the bug** Where data is successfully read from the archive for a timestep, but none of it passes the data quality checks (using the criteria specified `check_availability()`) this leads...
**Describe the bug** A clear and concise description of what the bug is. When running Trigger I receive an UnboundError related to the local variable 'discarded'. The only difference between...
## What is the purpose of this Pull Request? To add a suite of new tutorials to the documentation, covering the Archive class, the Detect stage, and the Trigger stage....
An update to the tutorial section of the documentation. Included is a new "detect" tutorial.
Added a feature such that stations can be defined in the stations input file using their full ids (i.e. network, station, location, channel). This improves the ability for QM users...