Click or drag to resize
CPGU Class
A collection of methods applied to PG objects, including fills, trending and 2-D FFT operations.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCPGU

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class CPGU

The CPGU type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberAddScalar
Add a scalar value to a pager
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberBool
Apply reference file boolean mask to pager
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCorrelationMatrix
Find the correlations between columns in a matrix
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCorrelationMatrix2
Same as CorrelationMatrix_PGU, but select correlation type.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberDirectGriddingDAT
Direct-gridding method, DAT version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberDirectGriddingDAT3D
Direct-gridding method, DAT version, 3D.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberDirectGriddingDB
Direct-gridding method, DB version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberDirectGriddingDB3D
Direct-gridding method, DB version, 3D.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberDirectGriddingVV
Direct-gridding method, VV version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberExpand
Expand a pager by filling the dummies for expanded edges
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberFill
Replace all dummies in a pager by predict values.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberFillValue
Set all values in a pager to a single value.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberFiltSym
Apply 5x5, 7x7 or 9X9 symmetric convolution filter to a PG.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberFiltSym5
Apply 5x5 symmetric convolution filter to a PG.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberGridPeak
Pick grid peaks.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberIDWGriddingDAT
IDWGriddingDAT_PGU Inverse-distance weighting gridding method, DAT version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberIDWGriddingDAT3D
IDWGriddingDAT3D_PGU Inverse-distance weighting gridding method, DAT version, 3D.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberIDWGriddingDB
IDWGriddingDB_PGU Inverse-distance weighting gridding method, DB version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberIDWGriddingDB3D
IDWGriddingDB3D_PGU Inverse-distance weighting gridding method, DB version, 3D.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberIDWGriddingVV
IDWGriddingVV_PGU Inverse-distance weighting gridding method, VV version.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberInvertMatrix
Inverts a square matrix using LU decomp. and back-substitution
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberJacobi
Find eigenvalues, eigenvectors of a real symmetric matrix.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberLUBackSub
Solve a linear system using LU decomposition and back-substitution.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberLUDecomp
Perform an LU decomposition on a square pager.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberMatrixMult
Multiply two pagers as if they were matrices.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberMatrixVectorMult
Multiply a VV by a pager like a matrix*vector multiply.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberMultiplyScalar
Multiply a scalar value and a pager
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberNumericToThematic
NumericToThematic_PGU Set index values in a pager based on a numeric pager with translation VV. Returns Nothing
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCCommunality
Determines principal component communalities.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCLoadings
Compute the principal component loadings from the standardized data.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCLoadings2
Same as PCLoading_PGU, but input correlation matrix.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCScores
Compute the principal component scores from the standardized data.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCStandardize
Remove/Replace mean and standard deviation
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCStandardize2
Remove/Replace mean and standard deviation, subset values.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCTransform
Transform/De-transform data.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPCVarimax
Perform the Kaiser Varimax transformation on pr. comp. loadings
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPeakedness
Find all peaks in peakedneess grid pager
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberPeakednessGrid
Create peakedneess grid from input grid.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberRefFile
Create a reference file (boolean mask flag) from pager.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberrMaximumTerrainSteepness
Compute the Maximum Steepness of a topography Pager
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberSaveFile
Writes a PG to an image file.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberSVDecompose
Do a singular value decomposition on a matrix stored as a PG
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberSVRecompose
Reconstitute the original matrix from an SVD.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberThematicToNumeric
Set numeric values in a pager based on an index pager with translation VV. Returns Nothing
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberTrend
Trend remove or replace back in pager
Top
See Also