⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 su 的源代码库
💻
字号:
The files in this directory allow to convert a LAS file to SU format.The procedure is simple:1) Strip off LAS header.   This results in two files being written into the current directory:   las_header.asc containing the header information, and   a file las_data.asc containing the data channels,   both in ASCII format.2) Convert las_data.asc from ASCII to BINARY.3) Transpose obtained binary data to have data channels in rows   instead of columns.   4) Add SU header.5) Set SU header words.6) Remove depth channel (= 1st trace). This requires a modified SUWIND.For convenience there is a shell script that implements all the above steps. To run it type the following      ******************************************************      * ./las2su.sh  lasfile  ndc  nsamp  start  dz  units *      ******************************************************	where	lasfile		original data file in LAS format	ndc		no. of data channels (logs) in LAS file	nsamp		no. of samples = (start-stop)/dz +1	start		start depth in F or M	dz		sampling interval in F or M	units		F or M.There is a test LAS file included, which was taken from the trial version of Digital Formation, Inc.'s LESA package.At the time of writing this, SU did not have trid's assigned to identify the different well logs. Here is a minimum suggestion:trid	well log	description------------------------------------------------300	GR		total gamma ray301	SP		spontaneous potential302	CAL1		caliper 1 (e.g. x-axis)303	CAL2		caliper 2 (e.g. y-axis)304	MLN		2" microlog normal305	MLI		1" microlog inverse310	RXO		flushed zone resistivity311	RM		medium resistivity312	RD		deep resistivity320	NPHI		neutron porosity321	RHOB		bulk density322	DRHO		bulk density correction323	PEF		photoelectic factor330	DTC		compressional delta T331	DTS		shear delta T332	DTST		Stoneley delta T335	VP		compressional velocity336	VS		shear velocity337	VST		Stoneley velocity340	ZP		P impedance341	ZS		S impedance350	TENS		cable tension351	DEV		well deviation352	HAZI		hole azimuthetc. ...The idea is that300-309	lithology indicator & borehole geometry logs310-319	resistivity logs320-329	nuclear logs330-349	sonic logs and derivatives350+	auxiliary logsBest regards & good luck,Werner M. Heigl

⌨️ 快捷键说明

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