Click or drag to resize
CVOXConvertVelocityInRangeToDensity Method
Produces a density voxel using the velocity values in this voxel, as long as the velocity values are in range.

Available since Oasis montaj version: 8.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ConvertVelocityInRangeToDensity(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	string str11
)

Parameters

d1
Type: SystemDouble
1.0, if this voxel is in meters per second. Otherwise, a value by which each input cell is multiplied to convert it into meters per second.
d2
Type: SystemDouble
Lower bound on velocity values, in meters per second. If the input value (after being pre-multiplied by dInputScalingFactor) is less than this value, the output cell value will be DUMMY.
d3
Type: SystemDouble
Upper bound on velocity values, in meters per second. If the input value (after being pre-multiplied by dInputScalingFactor) is greater than this value, the output cell value will be DUMMY.
d4
Type: SystemDouble
Coefficient of fifth-order polynomial term.
d5
Type: SystemDouble
Coefficient of fourth-order polynomial term.
d6
Type: SystemDouble
Coefficient of third-order polynomial term.
d7
Type: SystemDouble
Coefficient of second-order polynomial term.
d8
Type: SystemDouble
Coefficient of first-order polynomial term.
d9
Type: SystemDouble
Constant offset of output.
d10
Type: SystemDouble
1.0, to produce an output voxel that has units of g/cm^3. If different units are desired, pass in a different value, which will be multiplied into each output voxel cell.
str11
Type: SystemString
Filename of the output voxel.
See Also