Versions Compared

Key

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

...

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

# Create a 3D grid (cube) using moving average as the default interpolator.
gr3 [inc] | [nx ny nz] [lat] [fill] [snap] [sca] [ref] [smo]

# Update cube towards wells in workspace
gr3 upd checkshot_name [check] [disk]
gr3 upd checkshot_name [tensor [max radius] | [fac factor]]
gr3 upd checkshot_name [conic [rad radius]]
gr3 upd checkshot_name ... [two | cube]

# Smooth cube with gaussian filter.
gr3 smo [gau [dim 2]] [z] [rad radius]

# Write out inlines and crosslines in a cube to file filename.
gr3 write [lim] [xytv[form format] inlinestart xlinestart inlinestop xlinestop filename

# Transform a cube or grid or polydata (points) to a new cube.
gr3 [ins workspacename] | [fgr] | [vsum] | [edi] | [cdi] | [int] | [form]

...

Write out cube to file filename
lim limit_value - Apply a limit and a limit_value for the number of nodes written out to test the procedure. 
inlinestart
- The output is in the sequence x y time velocity.
formformat - Format specification of the output:

format = 1 (default) : Id     inline  xline   x-utm       y-utm       time      velocity
format = 2: inline  xline   x-utm       y-utm       time      velocity
format = 3: xline   x-utm       y-utm       time      velocity
format = 0: x-utm       y-utm       time      velocity

iinlinestart xlinestart inlinestop xlinestop - Specify start and stop of inlines and crosslines to be written out. 
filename - Specify file name of output.

...

filt impl, gen - Generate grid

lim limit_value - Apply a limit and a limit_value for the number of nodes written out to test the procedure.