Skip to content

Commit

Permalink
Move intro to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed Dec 13, 2024
1 parent 4fd5e2b commit d99ff2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"fig, axarr = plt.subplots(1, 5, figsize=(25, 5))\n",
"plt.subplots_adjust(wspace=0.01)\n",
"fig.suptitle(\"Lens Convergence Examples\")\n",
"kappa_map = np.load(\"assets/kappa_maps.npz\")[\"kappa_maps\"][1]\n",
"kappa_map = np.load(\"tutorials/assets/kappa_maps.npz\")[\"kappa_maps\"][1]\n",
"lenses = [\n",
" caustics.SIE(cosmology=cosmology, x0=0, y0=0, q=0.6, phi=np.pi / 3, b=1, z_l=z_l),\n",
" caustics.PixelatedConvergence(\n",
Expand Down Expand Up @@ -1043,7 +1043,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"plt.imshow(td_field.numpy(), origin=\"lower\", cmap=\"grey\")\n",
Expand All @@ -1056,7 +1060,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Create animation\n",
Expand Down

0 comments on commit d99ff2d

Please sign in to comment.