obspy.datamark.core.readDATAMARK

readDATAMARK(filename, century=u'20', **kwargs)[source]

Reads a DATAMARK file and returns a Stream object.

Warning

This function should NOT be called directly, it registers via the ObsPy read() function, call this instead.

Parameters:
  • filename (str) DATAMARK file to be read.
  • century DATAMARK stores year as 2 numbers, need century to construct proper datetime.
Return type:

Stream

Returns:

Stream object containing header and data.