Skip to content

Commit

Permalink
docs: update dtool screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Dec 21, 2024
1 parent 54cba77 commit 748f1fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Binary file modified docs/source/images/dtool_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/images/dtool_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions docs/source/user-guide/filtering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "3ac5bc3b",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -150,12 +150,14 @@
"metadata": {},
"outputs": [],
"source": [
"import erlab.analysis as era\n",
"\n",
"from erlab.io.exampledata import generate_data_angles\n",
"\n",
"cut = generate_data_angles(\n",
" shape=(500, 1, 500),\n",
" angrange={\"alpha\": (-5, 5), \"beta\": (-10, 10)},\n",
" temp=50.0,\n",
" temp=200.0,\n",
" seed=1,\n",
" bandshift=-0.15,\n",
" Simag=0.1,\n",
Expand Down Expand Up @@ -189,9 +191,9 @@
"metadata": {},
"outputs": [],
"source": [
"result = era.image.curvature(cut, a0=1.0, factor=1.0)\n",
"result = era.image.curvature(cut, a0=0.1, factor=1.0)\n",
"\n",
"result.qplot(vmax=0, cmap=\"Greys_r\")"
"result.qplot(vmax=0, vmin=-200, cmap=\"Greys_r\")"
]
},
{
Expand Down Expand Up @@ -297,7 +299,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "erlab",
"language": "python",
"name": "python3"
},
Expand All @@ -311,7 +313,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.6"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 748f1fb

Please sign in to comment.