Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Transform a grid or cube to a new cube.

gr3 [ins workspacename [all] ] | [fgr] | [vsum] | [edi] | [cdi] | [int] | [form]

A cube is in active data and is recalculated to a new cube. 
ins workspacename [all] - Insert values from the scalar data part in workspacename (grid, cube or polydata) into a cube in active. The all argument will insert into all neighboring cells as well.
fgr - Fill the cube in active with interpolated values for all undefined values. 
vsum - Sum the cube in active vertically. 
edi - Evaluate distance in 2d grid in active into a new 3d cube. 
cdi - Use computed distance in 3d grid for undefined. 
int - Interpolate between layers in the cube. See command object Cube generation of all layers
form [const a b c] [min max]. Using a formula for velocity cube gridding. Makes a time velocity cube based on a regression formula. Input is the seabed grid and the constant a, b and c that is present in the formula. The twt grid in the formula is the layers in the cube. min maxis the min and max values for the new cube.

...