You probably know that geopsy can read many seismic file formats and also export to some of them inside the graphical user interface. Furthermore, I added several command line options to make the same job directly from the terminal:
Code: Select all
geopsy -file toto.mseed -export toto.sac
That's all, a mini seed file is converted to a sac file. Extensions may be used to automatically select the output format, but this is not mandatory.
Code: Select all
geopsy -file toto.mseed -format SuBigEndian -export toto.sac
Export to SU with a sac extension... a bit awkward but possible!
To get the list of available file format for import:
Code: Select all
geopsy -import-formats
# File formats Geopsy can import:
Ascii
AsciiGeoSIG
AsciiOneColumn
City2
GeopsySignal
Gse2
GuralpGcf
MiniSeed
...
To get the list of available file format for export
Code: Select all
geopsy -export-formats
# File formats Geopsy can export:
Ascii
AsciiOneColumn
GeopsySignal
Gse2
MultiGse2
SacBigEndian
...
Guralp GCF and Mini seed were just added in the latest snapshot 20071018.