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

Simulate real-time server for old data for testing #4

Closed calum-chamberlain closed 5 years ago

calum-chamberlain commented 5 years ago

To test the system on previous, known sequences it would be useful to simulate a real-time server with old data. This system should have the same interface as the seedlink server currently in rt_eqcorrscan, but will keep track of the servers internal time. It should also have some randomised latency associated with it to attempt to simulate some of the issues with slow data (#3).

calum-chamberlain commented 5 years ago

Done