 | CFFT2RadSpcAlt Method |
FFT2 transform Radially averaged power spectrum - log before average and no normalization
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void RadSpcAlt(
CGXNETCore gxNetShared,
CIMG im_gi,
string spc_fil
)
public static void RadSpcAlt(
CGXNETCore gxNetShared,
CIMG im_gi,
string spc_fil
)
Public Shared Sub RadSpcAlt (
gxNetShared As CGXNETCore,
im_gi As CIMG,
spc_fil As String
)
Public Shared Sub RadSpcAlt (
gxNetShared As CGXNETCore,
im_gi As CIMG,
spc_fil As String
)
public:
static void RadSpcAlt(
CGXNETCore^ gxNetShared,
CIMG^ im_gi,
String^ spc_fil
)
public:
static void RadSpcAlt(
CGXNETCore^ gxNetShared,
CIMG^ im_gi,
String^ spc_fil
)
static member RadSpcAlt :
gxNetShared : CGXNETCore *
im_gi : CIMG *
spc_fil : string -> unit
static member RadSpcAlt :
gxNetShared : CGXNETCore *
im_gi : CIMG *
spc_fil : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - im_gi
- Type: GeoEngine.Core.GXNetXCIMG
Input image (Transform grid) - spc_fil
- Type: SystemString
Output Radial Spectrum file name string
See Also