...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
# Create a 3D grid (cube) using moving average as the default interpolator. # Update cube towards wells in workspace # Smooth cube with gaussian filter. # Write out inlines and crosslines in a cube to file filename. # Transform a cube or grid or polydata (points) to a new cube. |
...
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.
...