5.17.1.3. eqcorrscan.utils.sfile_util.nordpick¶
-
eqcorrscan.utils.sfile_util.
nordpick
(event)[source]¶ Format information from an obspy.event class to nordic string format.
Parameters: event (obspy.core.event.Event) – A single obspy event. Returns: List of String Note
Currently finalweight is unsupported, nor is velocity, or angle of incidence. This is because obspy.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 in Obspy.event.
New in version 0.1.0.