We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fb122 commit 8be5e81Copy full SHA for 8be5e81
1 file changed
Fig5_PyGMT_xarray.ipynb
@@ -12,7 +12,7 @@
12
"\n",
13
"mars = pygmt.datasets.load_mars_relief(resolution=\"10m\")\n",
14
"with pygmt.config(PROJ_ELLIPSOID=\"mars\"):\n",
15
- " mars_filter = mars.gmt.filter(filter=\"g50\", distance=4)\n",
+ " mars_filter = mars.gmt.filter(filter=\"gaussian\", width=50, distance=\"geo_spherical\")\n",
16
" mars_grad = mars_filter.gmt.gradient(azimuth=-45, normalize=\"cauchy\")\n",
17
18
"fig = pygmt.Figure()\n",
0 commit comments