  | CFFT2CrossCorrelationPG Method  | 
 
Calculate the cross-correlation of two transform pagers: 
The complex conjugate of (r, i) items in the first pager are 
multiplied by the second pager (r, i) values.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void CrossCorrelationPG(
	CGXNETCore gxNetShared,
	CPG pg1,
	CPG pg2,
	int normalise,
	CPG pgo
)
public static void CrossCorrelationPG(
	CGXNETCore gxNetShared,
	CPG pg1,
	CPG pg2,
	int normalise,
	CPG pgo
)
Public Shared Sub CrossCorrelationPG ( 
	gxNetShared As CGXNETCore,
	pg1 As CPG,
	pg2 As CPG,
	normalise As Integer,
	pgo As CPG
)
Public Shared Sub CrossCorrelationPG ( 
	gxNetShared As CGXNETCore,
	pg1 As CPG,
	pg2 As CPG,
	normalise As Integer,
	pgo As CPG
)
public:
static void CrossCorrelationPG(
	CGXNETCore^ gxNetShared, 
	CPG^ pg1, 
	CPG^ pg2, 
	int normalise, 
	CPG^ pgo
)
public:
static void CrossCorrelationPG(
	CGXNETCore^ gxNetShared, 
	CPG^ pg1, 
	CPG^ pg2, 
	int normalise, 
	CPG^ pgo
)
static member CrossCorrelationPG : 
        gxNetShared : CGXNETCore * 
        pg1 : CPG * 
        pg2 : CPG * 
        normalise : int * 
        pgo : CPG -> unit 
static member CrossCorrelationPG : 
        gxNetShared : CGXNETCore * 
        pg1 : CPG * 
        pg2 : CPG * 
        normalise : int * 
        pgo : CPG -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - pg1
 - Type: GeoEngine.Core.GXNetXCPG
Input pager 1 - pg2
 - Type: GeoEngine.Core.GXNetXCPG
Input pager 2 - normalise
 - Type: SystemInt32
0 - do not normalise, 1 - result is normalised by max value - pgo
 - Type: GeoEngine.Core.GXNetXCPG
Output pager 
See Also