obspy.io.nordic.core.nordpick

nordpick(event, high_accuracy=True)[source]

Format picks in an Event to nordic.

Parameters:
  • event (Event) A single obspy event.
  • high_accuracy (bool) Whether to output pick seconds at 6.3f (high_accuracy) or 5.2f (standard).
Returns:

List of String

Note

Currently finalweight is unsupported, nor is velocity, or angle of incidence. This is because Event stores slowness in s/deg and takeoff angle, which would require computation from the values stored in seisan. Multiple weights are also not supported.