eqcorrscan / RT_EQcorrscan

Real-Time implementation of EQcorrscan methods.
https://rt-eqcorrscan.readthedocs.io/
GNU General Public License v3.0
13 stars 6 forks source link

RCET wishlist #16

Open calum-chamberlain opened 2 years ago

calum-chamberlain commented 2 years ago

The MBIE funded RCET project has specific additional needs to real-time matched filter analyses, and additional components that can be leveraged to enhance the RT-EQcorrscan flow. This issues is meant to be a wishlist for the RCET project for extensions and improvements that would be useful to the RCET project. These enhancements will probably be made on an RCET branch that is kept up to date with master, but may never merge into master.

  1. AWS spin-up capability
  2. Ability to take other, more accurate, magnitude information (e.g. from FinDER)
calum-chamberlain commented 2 years ago

Extras:

calum-chamberlain commented 1 year ago
calum-chamberlain commented 4 months ago

Plugins

  1. Lag-calc plugin
    • [ ] Configuration (filters, shift-len, prepick, ...)
    • [ ] Lag-calc access to wavebank
    • [ ] Lag-calc listening to detection directory
    • [ ] Run lag-calc
    • [ ] Output to lag_calc_out directory
  2. Absolute location plugin
    • [ ] Configuration
    • [ ] Run hyp - iterate and remove picks?
    • [ ] Output
  3. Relocation plugin
    • [ ] Growclust
    • [ ] Run intermittently as time to relocate will be quite large
  4. Magnitude picking and calculation plugin (lower priority)

Requires consistent plugin architecture where a "plugin" monitors a directory and outputs to another directory. Plugins should have their own configuration specs defined in the plugin, but should be configured within the main cofiguration file (under a "plugins" section).