obspy.io.nordic.core.nordpick

nordpick(event, high_accuracy=True, nordic_format='OLD')[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).

  • nordic_format (str) – Version of Nordic format to be used for output, either OLD or NEW.

Returns

List of String

Note

Currently angle of incidence is unsupported. This is because Event stores takeoff angle rather than incident angle, which would require computation from the value stored in seisan. Multiple weights are also not supported.