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] 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]

...

Update cube towards wells in workspace checkshot_name. Moving average is the default interpolator. 
check checkstart checkstop. Remove cells that has an unacceptable range within checkstart checkstop velocity. 
disk - Apply disk for temporary datasets. Used to save memory and recommended for large cube gridding. 
tensor - Update using b-spline tensor. [max radius]. Optionally use a max radius. [fac factor]. Optionally use a radius factor. 
conic - Update using conic shape. [rad radius]. Optionally use a radius value. 
two - The format is x y z two_way_travel_time.
     Default is x y z one_way_travel_time
cube - The format is x y time cube_velocity.

Smooth cube with gaussian filter.

...