Click or drag to resize
CPGUFill Method
Replace all dummies in a pager by predict values.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Fill(
	CGXNETCore gxNetShared,
	CPG pg,
	int fl_roll_wt,
	double fl_roll_base,
	int fl_roll_dist,
	int fl_mxf,
	int fl_mxp,
	double fl_amp_lmt,
	double fl_edge_lmt,
	int fl_edge_wid,
	int fl_npass,
	string ref_fil
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Pager obj
fl_roll_wt
Type: SystemInt32
Roll off weighting option: 1 - linear, 2 - square
fl_roll_base
Type: SystemDouble
dRollBase - the value to roll off to, <define>GS_R8DM</define> for roll off to mean value line by line.
fl_roll_dist
Type: SystemInt32
lRollDist - (at unit of cell dist.) for roll-off. 0 for no roll of, -1 for the default: 2 times of min. dummy edge dim.
fl_mxf
Type: SystemInt32
lMxf - max. filter length. -1 for no max. entropy. 0 for the default of MIN(minimum dummy edge dim, 32).
fl_mxp
Type: SystemInt32
lMxp - max. pred. sample 0 for the default of 2*lMxf.
fl_amp_lmt
Type: SystemDouble
dAmpLmt - limit (abs. value) amplitudes to this level. Amplitudes are limited starting at half this value. <=0.0 for no amp limit.
fl_edge_lmt
Type: SystemDouble
dEdgeLmt - limit edge (abs. value) amplitudes to this level. <0.0 for no edge limit.
fl_edge_wid
Type: SystemInt32
lEdgeWidth - within this dist. (at unit of cell size) for amp. limited. -1 for no edge limit. 0 for the default of minimum dummy edge dim.
fl_npass
Type: SystemInt32
iNPass - number of time to pass smooth filter
ref_fil
Type: SystemString
sRefFil - reference file for smooth filter flag.
See Also