suhrot.su.main

来自「su 的源代码库」· MAIN 代码 · 共 44 行

MAIN
44
字号
 SUHROT - Horizontal ROTation of three-component data                   suhrot <stdin >stdout [optional parameters]                            Required parameters:                                                      none                                                                Optional parameters:                                                      angle=rad   unit of angles, choose "rad", "deg", or "gon    inv=0       1 = inverse rotation (counter-clockwise)                   verbose=0   1 = echo angle for each 3-C station                        a=...       array of user-supplied rotation angles                     x=0.0,...   array of corresponding header value(s)                     key=tracf   header word defining 3-C station ("x")                   ... or input angles from files:                                        n=0         number of x and a values in input files                    xfile=...   file containing the x values as specified by the                       "key" parameter                                          afile=...   file containing the a values                            Notes:                                                                    Three adjacent traces are considered as one three-component            dataset.                                                               By default, the data will be rotated from the Z-North-East (Z,N,E)     coordinate system into Z-Radial-Transverse (Z,R,T).                    If one of the parameters "a=" or "afile=" is set, the data         are rotated by these user-supplied angles. Specified x values          must be monotonically increasing or decreasing, and afile and          xfile are files of binary (C-style) floats.                          Author: Nils Maercklin,         Geophysics, Kiel University, Germany, 1999. Trace header fields accessed: ns, sx, sy, gx, gy, key=keyword Trace header fields modified: none 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?