GCF2GSE 1.1
GCF2GSE is a command line utility for converting GCF data to GSE format. This format is used by the seismic analysis tool SEISAN as well as many seismology institutions.
GCF2GSE creates files in the GSE CM6 subformat, with extension .cm6.
Download
GCF2GSE v1.1 for Windows (220K .zip)
Usage
To get a list of the options, run the gcf2gse
program without any parameters. The following text is displayed:
GCF2GSE (c) Guralp systems 2005 v1.1 Usage: GCF2GSE filespec [/o:output_dir] where 'filespec' must be the first parameter. specifies a GCF file or files to convert. Wildcards are supported 'output_dir' specifies a directory for converted files. if not specified, the directory of the input file is used
You can use wildcards in the filename, so gcf2gse *.gcf
will convert every gcf file in the current directory. The name of the converted file will be the same as the gcf file name, with the extension changed to .cm6.
You can configure Scream! to run GCF2GSE automatically on GCF files it produces, by setting it as a post-processor. Although Scream! can output GSE files, it will not output in multiple formats simultaneously, so using GCF2GSE as a post-processor will save you running two copies of Scream!.
To set a post-processor, open the Files tab of Scream!’s Setup window, and enter the full path of the gcf2gse
program file in the Post-Processor box. Click OK to save the setting.
The /o option
Supplying a directory after /o
will make GCF2GSE place all converted files in this directory.