obspy.io.win.core._read_win

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

Reads a WIN 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) – WIN file to be read.

  • century – WIN stores year as 2 numbers, need century to construct proper datetime.

Return type:

Stream

Returns:

Stream object containing header and data.