obspy.io.focmec.core._read_focmec_lst

_read_focmec_lst(lines)[source]

Read given data into an Event object.

Unfortunately, “lst” is not a well defined file format but what it outputs depends on input data, program parameters, program version and also resulting focal mechanisms. But it has way more information than the “out” format, so it’s worth the additional effort to try and parse all flavors of it.

Parameters:

lines (list) – List of decoded unicode strings with data from a FOCMEC lst file.