📄 suspec2
字号:
/*********************** self documentation **********************/string sdoc =" \n"" SUSPEC2 - 2-d Fourier SPECtrum of data set \n"" \n"" suspec2 <infile >outfile [optional parameters] \n"" \n"" Required Parameters: \n"" none \n"" \n"" Optional parameter: \n"" dt=from header time sampling interval \n"" dx=1.0 spatial sampling interval \n"" \n"" Notes: \n"" The optional sampling intervals are not needed for \n"" this program, however they may well be needed for \n"" subsequent processing (eg. plotting with correct \n"" scales). \n"" \n"" To facilitate further processing, if dt is set then the \n"" sampling intervals in f-K are echoed to stderr. \n"" Note: the relation: w = 2 pi F is well known, but there \n"" doesn't seem to be a commonly used letter corresponding \n"" to F for the spatial conjugate transform variable. We \n"" use K for this. More specifically we assume a phase: \n"" i(w t - k x) = 2 pi i(F t - K x). \n"" and echo F (Hz) and K (cycles per trace) to stderr. \n"" \n";/**************** end self doc ***********************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -