 | CIPRecalculate Method |
Recalculate derived channel values.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Recalculate(
CDB db
)
public void Recalculate(
CDB db
)
Public Sub Recalculate (
db As CDB
)
Public Sub Recalculate (
db As CDB
)
public:
void Recalculate(
CDB^ db
)
public:
void Recalculate(
CDB^ db
)
member Recalculate :
db : CDB -> unit
member Recalculate :
db : CDB -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database
Remarks
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.
See Also