You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I test the picker/associater of PAL for OBS data. Both of them work pretty well but the hypoinverse part doesn't, in which many events even have origin time following the phase arrivals. Below is an example event in the output full.pha file.
Hi,
I test the picker/associater of PAL for OBS data. Both of them work pretty well but the hypoinverse part doesn't, in which many events even have origin time following the phase arrivals. Below is an example event in the output full.pha file.
So I guess there may be something wrong when joining event line and phase lines. I try to understand every line of your sum2csv.py code. For the line below, I have a puzzle.
https://github.com/YijianZhou/PAL/blob/82030197e44d50b8da62bc424a6d482eec07dfbc/hypoinverse/sum2csv.py#L43
I found the number of event lines in the .sum file equals the event number in input phase file. I suspect that the ID numbers reported by hypoinverse may be wrong, which are restricted to 0-17 and repeat 10 times each while I have 171 events in my input phase file.
So I change this line
https://github.com/YijianZhou/PAL/blob/82030197e44d50b8da62bc424a6d482eec07dfbc/hypoinverse/sum2csv.py#L43
into
It seems work. Below are the output full.pha file.
The text was updated successfully, but these errors were encountered: