megies / obspyck

ObsPyck is a GUI application that is intended to cover the tasks in a standard analysis workflow for seismic events in seismological observatory practice.
https://github.com/megies/obspyck/wiki
GNU General Public License v2.0
61 stars 32 forks source link

Reading multiple picks for continuous data #42

Closed shicks-seismo closed 7 years ago

shicks-seismo commented 7 years ago

Tobias

It seems that when reading in waveform data and an xml file containing picks, it seems that obspyck will only read in one P-pick and one S-pick per station. Of course this understandable for most event location purposes.

However, I'd like to look at picker performance before event association is done. Therefore, I'd like to import continuous waveform data (e.g. 24 hours) that contains multiple (i.e. >2) picks per station.

Is it possible to override the max no. picks limiter in obspyck?

megies commented 7 years ago

I've added a switch to allow this.. use at your own risk.. not sure what happens when you start modifying/deleting/adding picks or output to quakeml again.

shicks-seismo commented 7 years ago

Works perfectly - thanks.