Click or drag to resize
CIMUGridAGC Method
Automatic Gain Compensation of a grid.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The IMG parameters MUST be of type <define>GS_FLOAT</define>! If not, the method will terminate.
Syntax
public static void GridAGC(
	CGXNETCore gxNetShared,
	CIMG i_img,
	CIMG o_img,
	int width,
	double max_gain,
	int remove_background
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
i_img
Type: GeoEngine.Core.GXNetXCIMG
Image of input grid
o_img
Type: GeoEngine.Core.GXNetXCIMG
Image of output grid
width
Type: SystemInt32
Width of filter to separate signal from background.
max_gain
Type: SystemDouble
Maximum gain applied to the signal.
remove_background
Type: SystemInt32
Remove background before applying gain?
See Also