Dear Obspy-users,
Couple of months ago I wrote some functions to plot my picks on top of a stream.plot(), I was happy with that and it worked quite well. But I also want to plot the theoretical arrival times for picks that are not associated to manual or auto picks.
The problem is that the Pick object doesn’t have a “theoretical” arrival time in addition to Pick.time. The theoretical arrival time is stored in the Arrival.residual attributes, but it implies that a Pick.time has already been defined.
How can I specify in the Obspy/QuakeML convention that I have a theoretical pick with no auto/manual pick associated to it? Should I edit the Pick.comment or Pick.evaluation_mode to specify “theoretical” and add a Arrival.residual of “-999” or something like that?
Thanks a lot for your upcoming help,