 | CFFTAppSusc Method |
Apparent susceptiblity filter
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AppSusc(
double strength
)
public void AppSusc(
double strength
)
Public Sub AppSusc (
strength As Double
)
Public Sub AppSusc (
strength As Double
)
public:
void AppSusc(
double strength
)
public:
void AppSusc(
double strength
)
member AppSusc :
strength : float -> unit
member AppSusc :
strength : float -> unit
Parameters
- strength
- Type: SystemDouble
Total magnetic field strength
Remarks
Reduction to magnetic pole (RedPol_FFT) and downward continuation
(Contin_FFT) should be called BEFORE using AppSusc_FFT.
See Also