| SUMMARY: |
Computes travel-time curves for pre-defined models or
reads travel-time curves from ascii text files. NOTE: Can be called only from within the SSS subprocess. |
|---|---|
| SYNTAX: |
1. TRAVELTIME [MORE] [MODEL [string] ] [DEPTH depth] [BB fnum vname] [PICKS [n] ] [PHASE phaselist] 2. TRAVELTIME [MORE] [DIR CURRENT|name] [UNITS DEGREES|KM] [HEADER count] [CONTENT string] [PICKS [n] ] filelist 3. TRAVELTIME [DIR CURRENT|name] [PICKS [n] ] TAUP filename The first syntax runs a model (for now iasp91 is the only available model),
the second syntax reads collumn data, and the third syntax reads the output
of taup_curve (a traveltime estimator by Philip Crotwell at the University
of South Carolina, for details see http://www.seis.sc.edu/software/index.html).
|
| INPUT: |
MORE MODEL string DEPTH depth BB fnum vname PICKS n PHASE DIR CURRENT | name UNITS degrees/kilometers select units of travel time curves. Defaults to kilometers. HEADER count set number of lines to skip at the beginning of the file of collumn data. CONTENT string see below. filelist TAUP filename |
| DEFAULT VALUE: | raveltime model iasp91 phase P Pn Pg S Sn Sg |
| DESCRIPTION: |
This command reads travel-times from file or computes them from a pre-specified model. The resulting travel time curves can be plotted on top of a record section plot using the PLOTRECORDSECTION command. Currently the only model accessible via the model option is the 1991 iaspei model. The second listed syntax (which reads collumn data) take an optional parameter: CONTENT. The content field is used to determine how to interperet each collumn. Each specific character in the content string represents a data element and the order of these characters mimics the order of the data in each line of the file. The meanings of the allowed characters in the content field are given below: T = Next collumn is time in seconds (dependent variable). D = Next collumn is distance (units specified by the UNITS option) (independent variable). N = Next collumn is time in seconds. P = Next pair of entries belong to D and T data sets. R = Next pair of entries belong to T and D data sets. I = Ignore (skip) this data element. An optional repetition count may follow any of the above characters. This repetition count is a one or two digit integer and has the same meaning as repeating the content character that number of times. A period (``.'') is an infinite repetition count and means use the last characters meaning to decode the remaining data elements in the line. The period can only appear at the end of a content field. Note: a given collumn data file can only have one distance collumn read. |
| EXAMPLES: | |
| ERROR MESSAGES: | |
| WARNING MESSAGES: | |
| HEADER CHANGES: | |
| TYPE: | |
| FUNCTIONAL MODULE: | |
| LIMITATIONS: | |
| SEE COMMANDS: | PLOTRECORDSECTION DISTANCEWINDOW, TIMEWINDOW, DISTANCEAXIS, TIMEAXIS |
| REFERENCES: | |
| ACKNOWLEDGMENTS: | |
| LATEST REVISION: | April 29, 1999 (Version 0.58) |