How to export recorded data to ASCII or CSV format

There’s also mseed2ascii:

which you run from a DOS box or Linux terminal.
It can produce huge ascii files.

Using it like this:

mseed2ascii.exe myshakefile -f 2 -o outfile

produces time as well as data.

3 Likes