File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- # Current
1
+ # 0.1.4
2
2
- Keep track of data stream coming in from streamer, and restart if stream
3
3
goes stale (See PR #12 ).
4
4
- Add threading exit event to streamers to allow internal stopping of threads
5
5
(See PR #12 ).
6
+ - Move streamers to processes for Linux (not yet supported for Windows and
7
+ MacOS) and migrate wavebank handling to RTTribe (#13 )
6
8
7
9
# 0.1.3
8
10
- Support Windows
9
11
- Handle detections more regularly while backfilling
10
12
- Deploy scripts as "entry-points"
13
+
11
14
# 0.1.2
12
15
- Added rteqcorrscan-bench script to provide a means of benchmarking the users
13
16
set configuration - provides a way to check the limits of real-time processing
Original file line number Diff line number Diff line change 2
2
RT_EQcorrscan: Near real-time matched-filtering for earthquake detection
3
3
"""
4
4
5
- __version__ = '0.1.3 '
5
+ __version__ = '0.1.4 '
6
6
7
7
8
8
from rt_eqcorrscan .rt_match_filter import RealTimeTribe
You can’t perform that action at this time.
0 commit comments