Minimum Curvature is widely used in the earth sciences. The interpolated surface generated by Minimum Curvature is analogous to a thin, linearly elastic plate passing through each of the data values with a minimum amount of bending. Minimum Curvature generates the smoothest possible surface while attempting to honor your data as closely as possible. Minimum Curvature is not an exact interpolator, however. This means that your data are not always honored exactly.
Minimum Curvature produces a grid by repeatedly applying an equation over the grid in an attempt to smooth the grid. Each pass over the grid is counted as one iteration. The grid node values are recalculated until successive changes in the values are less than the Maximum Residuals value, or the maximum number of iterations is reached (Maximum Iteration field).
In the Property Manager Gridding page, select Minimum Curvature as the Gridding method and then click the Advanced Options button to display the Minimum Curvature Options dialog.
Change gridding options in the Minimum Curvature Options
dialog.
You can control the convergence criteria for Minimum Curvature on the General page:
The Maximum residual parameter has the same units as the data, and an appropriate value is approximately 10 percent of the data precision. If data values are measured to the nearest 1.0 units, the Maximum residual value should be set at 0.1. The iterations continue until the maximum grid node correction for the entire iteration is less than the Maximum residual value. The default Maximum residual value is given by:
Default Max Residual = 0.001 (Zmax - Z min)
The Maximum iteration parameter should be set at one to two times the number of grid nodes generated. For example, when generating a 50 by 50 grid using Minimum Curvature, the Maximum iteration value should be set between 2,500 and 5,000.
For more information on the Relaxation factor, see Relaxation Factor.
For more information on Internal tension and Boundary tension, see Internal and Boundary Tension.
You can set Anisotropy parameters in this dialog. For more information about anisotropy options see Anisotropy.
See Also