Closed mmesim closed 2 years ago
Thanks for the report.
For debugging. Could you please upload the data you used? I.e.
station.scml
)myevents.xml
)Thanks.
Apparently, the waveform data is not prepared correctly (i.e. records must be sorted by endtime). Simply prepare the data with e.g.
$ ~/seiscomp/bin/seiscomp exec scmssort -u -E data.two.streams.CH.mseed > data.sorted.CH.mseed
SeisComP's waveform playback tutorial describes in detail how to run playbacks and how to prepare the waveform data, accordingly.
Thanks @damb. It works now. Probably we should update the documentation, somewhere under this
@mmesim, this is a good point. Thanks.
I'll close this here. With #58 I created a follow-up.
I'm not sure if I should edit something on the json file but it seems that multi-stream detection doesn't return any detections.
Attempt 01: ACC | One network code [CH]
templates.json
:Command:
scdetect --offline --playback --templates-json templates/templates.json --inventory-db stations/CH.xml --event-db events/myevents.xml -I data/data.two.streams.CH.mseed --ep=results.scml --amplitudes-force=0 --debug
Note: the mseed file contains both streams.
templates.json
:Command:
scdetect --offline --playback --templates-json templates/templates.json --inventory-db stations/stations.scml --event-db events/myevents.xml -I data/data.two.streams.mseed --ep=results.scml --amplitudes-force=0 --debug
Note: stations.scml = contains both networks data.two.streams.mseed = contains both streams
Thoughts?