Changes between Version 1 and Version 2 of ShTools/Shtosac
- Timestamp:
- 01/06/2009 10:43:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShTools/Shtosac
v1 v2 6 6 == Program description == 7 7 8 This tool can help you to convert your Q-files to SAC file format. It can tran cribe most of the default Q-files header variables and also has the ability to find, and correct fill the station coordinates to the SAC header from the STATINF.DAT SH file. This program is coded in C language and tested on 32-bits linux machines only, no needs for libraries, only the basic C library .... :)8 This tool can help you to convert your Q-files to SAC file format. It can transcribe most of the default Q-files header variables. Also station coordinates are gathered from STATINF.DAT and filed into the SAC header. This program is coded in C language and tested on 32-bit linux machines only, no needs for libraries, only the basic C libraries. 9 9 10 10 == Download == … … 24 24 Type sh2sac and it will show you a little help. But basically you should do: 25 25 26 * If you have seismic handler instal ed and wants stations coordinates to be filled26 * If you have seismic handler installed and wants stations coordinates to be filled 27 27 28 28 {{{ 29 29 sh2sac -h <QHD file> -b <QBN file> -stash 30 31 30 }}} 32 31 33 32 * If you don't need station coordinates filled 34 35 33 36 34 {{{ … … 38 36 }}} 39 37 40 41 * If you DONT have seismic handler instaled, and you want coordinates, them you must prepare a 4 column mode file and type: 42 38 * If you DONT have seismic handler installed, and you want coordinates, them you must prepare a 4 column mode file and type: 43 39 44 40 {{{ … … 46 42 }}} 47 43 48 49 44 Any comments are very welcome ! 50 45