Closed trac2github closed 12 years ago
How can I read a mseed file with 1024 byte record length? Sample file is attached.
[megies] It can be read but it seems you have to specify the format explicitely, the autorecognition fails.. [[BR]] {{{
st = read("2007053122STF1.HHN", "MSEED") }}}
[barsch] fixed in [2179]
How can I read a mseed file with 1024 byte record length? Sample file is attached.