5.9.1.10. eqcorrscan.utils.sfile_util.readpicks¶
-
eqcorrscan.utils.sfile_util.
readpicks
(sfile)[source]¶ Function to read pick information from the s-file and store this in an obspy.event.Catalog type. This was changed for version 0.1.0 from using the inbuilt PICK class.
Parameters: sfile (String) – Path to sfile Returns: obspy.core.event.Event Warning
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.