Skip to content

Releases: eqcorrscan/RT_EQcorrscan

RT-EQcorrscan version 0.1.4

21 Apr 08:24
Compare
Choose a tag to compare
  • Keep track of data stream coming in from streamer, and restart if stream
    goes stale (See PR #12).
  • Add threading exit event to streamers to allow internal stopping of threads
    (See PR #12).
  • Move streamers to processes for Linux (not yet supported for Windows and
    MacOS) and migrate wavebank handling to RTTribe (#13)

RT-EQcorrscan version 0.1.4

21 Apr 08:20
Compare
Choose a tag to compare
Pre-release
  • Keep track of data stream coming in from streamer, and restart if stream
    goes stale (See PR #12).
  • Add threading exit event to streamers to allow internal stopping of threads
    (See PR #12).
  • Move streamers to processes for Linux (not yet supported for Windows and
    MacOS) and migrate wavebank handling to RTTribe (#13)

RT-EQcorrscan version 0.1.3

17 Jul 03:19
Compare
Choose a tag to compare

RT-EQcorrscan: near-real-time matched-filtering for earthquake detection

Changes:

  • Support Windows
  • Handle detections more regularly while backfilling
  • Deploy scripts as "entry-points"

RT-EQcorrscan version 0.1.2

14 Jul 05:19
Compare
Choose a tag to compare

RT-EQcorrscan: near-real-time matched-filtering for earthquake detection

Changes:

  • Added rteqcorrscan-bench script to provide a means of benchmarking the users
    set configuration - provides a way to check the limits of real-time processing
    on your machine.
  • rt_eqcorrscan.reactor.scaling_relations:
    • Add context-manager to set scaling relationship used
      for region look-ups.
  • rt_eqcorrscan.reactor:
    • Checks for trigger_events in already running template
      and does not trigger on events already running
    • Controls stopping of completed spin_ups
  • rt_eqcorrscan.streaming:
    • Add a lock on on_data method and stream property for threadsafety.
    • Add wait-loop for access to hdf5 file underlying WaveBank for process IO
      safety.
  • rt_eqcorrscan.listener:
    • Add lock on old_events property for threadsafe access.
  • rt_eqcorrscan.rt_match_filter:
    • Backfilling now done in a separate concurrent process to avoid slowing
      down the real-time processing.
    • Templates are reshaped prior to detection use to avoid time-cost associated
      with re-doing this every iteration.
    • Added a hypocentral_separation parameter for declustering - this also has
      a default config value set for it (30km)

RT-EQcorrscan 0.0.1 Release Candidate 1

01 May 05:28
Compare
Choose a tag to compare
Pre-release
0.0.1rc1

Add MANIFEST

RT-EQcorrscan 0.0.1 Release Candidate

01 May 05:27
Compare
Choose a tag to compare
Pre-release
0.0.1rc

Make _Listener ABC have more useful things