Click or drag to resize

CIMU Class

Not a class. This is a catch-all group of functions working on IMG objects (see IMG). Grid operations include masking, trending, windowing, expanding and grid stitching.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXCIMU

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static class CIMU

public static class CIMU

The CIMU type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAggToGeoColor
Create a Geosoft color grid from an aggregate.
Public methodStatic memberCRC
Computes a CRC Checksum on an image.
Public methodStatic memberCRCGrid
Computes a CRC Checksum on a grid.
Public methodStatic memberCRCGridInexact
Computes a CRC Checksum on a grid and allows you to specify number of bits of floats/doubles to drop so that the CRC will be same even of this are changed.
Public methodStatic memberCRCInexact
Computes a CRC Checksum on an image and allows you to specify number of bits of floats/doubles to drop so that the CRC will be same even of this are changed.
Public methodStatic memberDecimateCrookedSectionGrid
Decimate a crooked section grid.
Public methodStatic memberExportGridWithoutDataSectionXML
Export a Grid minus the data section as an XML file.
Public methodStatic memberExportGridXML
Export a Grid as an XML file.
Public methodStatic memberExportRawXML
Export a Grid as an XML file using a fast raw output.
Public methodStatic memberExportXML
Export a Grid as an XML file.
Public methodStatic memberGetZPeaksVV
Same as GetZVV_IMU, but find the closest peak value to the input locations, and return the peak value and peak value location.
Public methodStatic memberGetZVV
Extract an interpolated image value for given XY VV locations
Public methodStatic memberGridAdd
Adds two Grid images together point-by-point.
Public methodStatic memberGridAGC
Automatic Gain Compensation of a grid.
Public methodStatic memberGridBool
Mask one grid against another using boolean logic operations.
Public methodStatic memberGridEdge
Get grid edge points
Public methodStatic memberGridEdgePLY
Get grid edge points
Public methodStatic memberGridExpand
Expand a grid and place dummies in the area beyond the original edges.
Public methodStatic memberGridExpFill
Extends and fills a grid for FFT2.
Public methodStatic memberGridFill
Interpolates to fill dummies, generates an output grid.
Public methodStatic memberGridFilt
Applies a filter to a grid any number of passes.
Public methodStatic memberGridHead
Modifies Statistics contained in a grid header.
Public methodStatic memberGridMask
Create a mask grid using a set of polygon coordinates defined in a separate file, then masking the polygon over an input grid.
Public methodStatic memberGridPeak
Pick grid peaks.
Public methodStatic memberGridPLY
Get the grid edge in a PLY
Public methodStatic memberGridPLYEx
Get the grid edge in a PLY (with min points)
Public methodStatic memberGridReprojectAndWindow
Create a new grid by reprojecting an existing grid and windowing its contents
Public methodStatic memberGridResample
Create a new grid by resampling an existing grid
Public methodStatic memberGridResize
Resize a grid to reduce the size not cover the outside dummies.
Public methodStatic memberGridShad
Create a shaded relief image.
Public methodStatic memberGridST
Update an ST object using a grid.
Public methodStatic memberGridStat
Reports statistics contained in a grid header.
Public methodStatic memberGridStatComp
Reports statistics contained in a grid header.
Public methodStatic memberGridStatExt
Reports statistics of a grid's elements.
Public methodStatic memberGridStatTrend
Reports Trend Info of a grid (for first order coefficients only).
Public methodStatic memberGridStatTrendExt
Reports Extended Trend Info of a grid (for up to third order coefficients).
Public methodStatic memberGridStitch
Stitches together too grids
Public methodStatic memberGridStitchCtl
Stitches together two grids - control file for options.
Public methodStatic memberGridTiff
Generate a Tiff (Tagged-Image file format) file with up to 16 grids.
Public methodStatic memberGridTrnd
Remove a trend surface from a grid.
Public methodStatic memberGridTrns
Transpose a grid by swapping the grid rows with the grid columns.
Public methodStatic memberGridVC
Apply vertical continuation convolution filter to a grid.
Public methodStatic memberGridVD
Apply vertical derivative convolution filter to a grid.
Public methodStatic memberGridVol
Calculates the grid volumes above and below a reference base.
Public methodStatic memberGridWind
Create a grid using a defined area window within a larger grid.
Public methodStatic memberGridWind2
Window a grid.
Public methodStatic memberGridXYZ
Export a Grid image to an XYZ file.
Public methodStatic memberiGridType
Reports the true data the of a grid (geosoft types)
Public methodStatic memberMakeMITabFile
Make a MapInfo tab file for this grid
Public methodStatic memberMakeMITabfromGrid
Make a MapInfo tab file for this grid as rendered in a map
Public methodStatic memberMakeMITabfromMap
Make a MapInfo tab file from this map
Public methodStatic memberMosaic
Create a mosaic image of an image list.
Public methodStatic memberPeakSize
Define the sizes of all the peaks in an image.
Public methodStatic memberPeakSize2
Define the sizes of all the peaks in an image - new algorithm
Public methodStatic memberPigeonHole
Pigeon-hole and count points by location into a grid.
Public methodStatic memberPigeonHoleColor
Pigeon-hole and count points by location and color locations in another grid based on ITR information.
Public methodStatic memberProfile
Extract a profile from a grid.
Public methodStatic memberProfileVV
Extract a VV profile from a grid.
Public methodStatic memberRangeGrids
Determine bounding rectangle for a set of grids
Public methodStatic memberRangeLL
Determine the range in lat. and long. of a projected grid
Public methodStatic memberRefreshShad
Refresh a shaded relief image
Public methodStatic memberrSlopeStandardDeviation
Return the standard deviation of the slopes.
Public methodStatic memberStatWindow
Calculate grid statistics in a window
Public methodStatic memberUpdatePLY
Update the grid boundary in the grid metadata
Top
See Also