Changes between Version 1 and Version 2 of ShTools/Shtosac


Ignore:
Timestamp:
01/06/2009 10:43:58 AM (14 years ago)
Author:
MarcusWalther
Comment:

some typos fixed

Legend:

Unmodified
Added
Removed
Modified
  • ShTools/Shtosac

    v1 v2  
    66== Program description == 
    77 
    8 This tool can help you to convert your Q-files to SAC file format. It can trancribe 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 .... :) 
     8This 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. 
    99 
    1010== Download == 
     
    2424Type sh2sac and it will show you a little help. But basically you should do: 
    2525 
    26 * If you have seismic handler instaled and wants stations coordinates to be filled 
     26* If you have seismic handler installed and wants stations coordinates to be filled 
    2727 
    2828{{{ 
    2929sh2sac -h <QHD file> -b <QBN file> -stash 
    30  
    3130}}} 
    3231 
    3332* If you don't need station coordinates filled 
    34  
    3533 
    3634{{{ 
     
    3836}}} 
    3937 
    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: 
    4339 
    4440{{{ 
     
    4642}}} 
    4743 
    48  
    4944Any comments are very welcome ! 
    5045