Click or drag to resize
CIPRecalculate Method
Recalculate derived channel values.

Available since Oasis montaj version: 5.0.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This function recalculates "derived" channel values from "core" data. 1. Recalculates the "STN" and "N" channels, using the TX1, TX2, RX1 and RX2 channels (depending on the system). 2. Recalculates the apparent resistivity "ResCalc", average "IP_Avg" and metal factor "MF" channels 3. Recalculates the "X" and "Y" channels. One of these will be equal to "STN", the other to the internally stored line number for the current line. 4. Recalculate the "Z" channel, based on the current "Topo" channel, and the "N" values. Warning: If you make a change to an electrode location, you would have to call Recalculate_IP, then recalculate "Topo" (since the X and Y values would have changed), then call RecalculateZ_IP, since "Z" values are based on "Topo" values.
Syntax
public void Recalculate(
	CDB oDB1
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
See Also