GXVAU class

class geosoft.gx.GXVAU
This is not a class. These are methods that work on
data stored in VA objects
static cond_depth_tem((GXContext)ctx, (GXVA)arg1, (GXVA)arg2, (GXVA)arg3, (GXVA)arg4, (float)arg5, (int)arg6, (GXVV)arg7, (GXVV)arg8, (GXVV)arg9, (GXVV)arg10, (float)arg11, (float)arg12, (int)arg13) → None:
Calculate TEM apparent conductivity and depth
Parameters:
  • ctx (geosoft.gx.GXContext) – The GX execution context
  • arg1 (geosoft.gx.GXVA) – Response channel (microvolts)
  • arg2 (geosoft.gx.GXVA) – Time channel (milliseconds)
  • arg3 (geosoft.gx.GXVA) – Conductivity channel (siemen/m)
  • arg4 (geosoft.gx.GXVA) – Depth (m)
  • arg5 (float) – Transmitter current
  • arg6 (int) – Flag Transmitter defined by moment (0) or by 4 VVs (1) below
  • arg7 (geosoft.gx.GXVV) – Minimum X to define transmitter loop layout (moment)
  • arg8 (geosoft.gx.GXVV) – Minimum Y to define transmitter loop layout (moment)
  • arg9 (geosoft.gx.GXVV) – Maximum X to define transmitter loop layout (moment)
  • arg10 (geosoft.gx.GXVV) – Maximum Y to define transmitter loop layout (moment)
  • arg11 (float) – Transmitter moment (square meters), dummy if the above flag is 1
  • arg12 (float) – Receiver moment (square meters)
  • arg13 (int) – TEM_ARRAY constants
Returns:

Nothing

Return type:

None

New in version 5.0.0.

static prune((GXContext)ctx, (GXVA)arg1, (GXVV)arg2, (int)arg3) → None:
Prune values from a VA based on reference VA
Parameters:
Returns:

Nothing

Return type:

None

New in version 5.0.0.

Note:

Pruning will shorten the VA by removing values
that are either dummy or non-dummy in the reference
VA
static section_cond_tem((GXContext)ctx, (GXVA)arg1, (GXVA)arg2, (float)arg3, (GXVV)arg4) → None:
Derive TEM apparent conductivity section at given depth
Parameters:
Returns:

Nothing

Return type:

None

New in version 5.0.0.

static total_vector((GXContext)ctx, (GXVA)arg1, (GXVA)arg2, (GXVA)arg3, (GXVA)arg4) → None:
Calculate total vector for X,Y and Z components
Parameters:
Returns:

Nothing

Return type:

None

New in version 5.0.0.

VAU_PRUNE constants

Prune Options
gx.VAU_PRUNE_DUMMY = 0
gx.VAU_PRUNE_VALID = 1