File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ def sphinterpolate(data, **kwargs):
26
26
27
27
Reads one or more ASCII [or binary] files (or standard input) containing
28
28
*lon, lat, z* and performs a Delaunay triangulation to set up a spherical
29
- interpolation in tension. The final grid is saved to the specified file.
30
- Several options may be used to affect the outcome, such as choosing local
31
- versus global gradient estimation or optimize the tension selection to
32
- satisfy one of four criteria.
29
+ interpolation in tension. Several options may be used to affect the outcome,
30
+ such as choosing local versus global gradient estimation or optimize the
31
+ tension selection to satisfy one of four criteria.
33
32
34
33
Full option list at :gmt-docs:`sphinterpolate.html`
35
34
You can’t perform that action at this time.
0 commit comments