sustrip.su.main

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

MAIN
32
字号
 SUSTRIP - remove the SEGY headers from the traces		 sustrip <stdin >stdout head=/dev/null outpar=/dev/tty ftn=0	 Required parameters:						 	none							 Optional parameters:						 	head=/dev/null		file to save headers in		 	outpar=/dev/tty		output parameter file, contains: 				number of samples (n1=)		 				number of traces (n2=)		 				sample rate in seconds (d1=)	 	ftn=0			Fortran flag			 				0 = write unformatted for C	 				1 = ... for Fortran		 Notes:							 Invoking head=filename will write the trace headers into filename. You may paste the headers back onto the traces with supaste	 See:  sudoc  supaste 	 for more information 			 Credits:	SEP: Einar Kjartansson	CWP: Jack K. Cohen Trace header fields accessed: ns, dt

⌨️ 快捷键说明

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