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

Nordic files contain an angle of incidence (“AIN”) that is actually the takeoff angle from the source, and hence now properly supported as arrival.takeoff_angle. Multiple weights are not supported.