GXIEXP class¶
- class GXIEXP(handle=0)[source]¶
GXIEXP class.
The
GXIEXPclass is similar to theGXEXPclass, but is used to apply math expressions to grids (GXIMGobjects).- add_grid(img, var)[source]¶
This method adds an image to the
GXIEXPobject with a variable name.- Parameters:
img (GXIMG) – Image to add
var (str) – Variable name
New in version 5.0.
License: Geosoft End-User License
- classmethod create()[source]¶
This method creates an
GXIEXPobject.New in version 5.0.
License: Geosoft End-User License
- do_formula(formula, unused)[source]¶
This method runs a formula on the grids.
- Parameters:
formula (str) – Formula
unused (int) – Legacy parameter, no longer used.
New in version 5.0.
License: Geosoft End-User License