📄 sulog
字号:
/*********************** self documentation **********************/string sdoc = "\ \n\SULOG -- time axis log-stretch of seismic traces \n\ \n\sulog [optional parameters] <stdin >stdout \n\ \n\Required parameters: \n\ none \n\ \n\Optional parameters: \n\ ntmin= .1*nt minimum time sample of interest \n\ outpar=/dev/tty output parameter file, contains:\n\ number of samples (nt=) \n\ minimum time sample (ntmin=) \n\ output number of samples (ntau=)\n\ m=3 length of stretched data \n\ is set according to \n\ ntau = nextpow(m*nt) \n\ ntau= pow of 2 override for length of stretched\n\ data (useful for padding zeros \n\ to avoid aliasing) \n\ \n\NOTES: \n\ ntmin is required to avoid taking log of zero and to \n\ keep number of outsamples (ntau) from becoming enormous.\n\ Data above ntmin is zeroed out. \n\ \n\ The output parameters will be needed by suilog to \n\ reconstruct the original data. \n\ \n\EXAMPLE PROCESSING SEQUENCE: \n\ sulog outpar=logpar <data1 >data2 \n\ suilog par=logpar <data2 >data3 \n\ \n\";/**************** end self doc ***********************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -