obspy / obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.
https://www.obspy.org
Other
1.17k stars 536 forks source link

Reading mseed with "unusual" record length #217

Closed trac2github closed 12 years ago

trac2github commented 12 years ago

How can I read a mseed file with 1024 byte record length? Sample file is attached.

trac2github commented 12 years ago

[megies] It can be read but it seems you have to specify the format explicitely, the autorecognition fails.. [[BR]] {{{

!python

st = read("2007053122STF1.HHN", "MSEED") }}}

trac2github commented 12 years ago

[barsch] fixed in [2179]