From cc3d367654721ee0ff2581291c8c3e9b19b08dd2 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 19 Aug 2026 20:17:50 -0400 Subject: [PATCH] docs: fix cluster simulator dataset path prose and add simulator folder to README Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QZgtrvhRLwTk17ywRJAFRk --- notebooks/README.md | 1 + notebooks/simulator/cluster.ipynb | 4 ++-- scripts/README.md | 1 + scripts/simulator/cluster.py | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/notebooks/README.md b/notebooks/README.md index 9717845..ab24823 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -10,6 +10,7 @@ a strong lens. - `chapter_4_scaling_up_lensing`: How to scale lens modeling up to extra galaxies, multi-galaxy lenses, scaling relations, groups, clusters and weak lensing. - `chapter_optional`: Optional tutorials. +- `simulator`: Scripts used to simulate the strong lens datasets fitted throughout the **HowToLens** lectures. # Full Explanation diff --git a/notebooks/simulator/cluster.ipynb b/notebooks/simulator/cluster.ipynb index 64c501c..4c5f8ab 100644 --- a/notebooks/simulator/cluster.ipynb +++ b/notebooks/simulator/cluster.ipynb @@ -128,7 +128,7 @@ "__Dataset Paths__\n", "\n", "The `dataset_type` describes the type of data being simulated and `dataset_name` gives it a\n", - "descriptive name. The cluster dataset is output to `howtolens/dataset/cluster/simple`, which the\n", + "descriptive name. The cluster dataset is output to `dataset/cluster/simple`, which the\n", "tutorial on cluster-scale lensing loads via the auto-simulation guard." ] }, @@ -766,7 +766,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The dataset can be viewed in the folder `howtolens/dataset/cluster/simple`." + "The dataset can be viewed in the folder `dataset/cluster/simple`." ] } ], diff --git a/scripts/README.md b/scripts/README.md index 9717845..ab24823 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -10,6 +10,7 @@ a strong lens. - `chapter_4_scaling_up_lensing`: How to scale lens modeling up to extra galaxies, multi-galaxy lenses, scaling relations, groups, clusters and weak lensing. - `chapter_optional`: Optional tutorials. +- `simulator`: Scripts used to simulate the strong lens datasets fitted throughout the **HowToLens** lectures. # Full Explanation diff --git a/scripts/simulator/cluster.py b/scripts/simulator/cluster.py index e9989d7..1203bd7 100644 --- a/scripts/simulator/cluster.py +++ b/scripts/simulator/cluster.py @@ -74,7 +74,7 @@ __Dataset Paths__ The `dataset_type` describes the type of data being simulated and `dataset_name` gives it a -descriptive name. The cluster dataset is output to `howtolens/dataset/cluster/simple`, which the +descriptive name. The cluster dataset is output to `dataset/cluster/simple`, which the tutorial on cluster-scale lensing loads via the auto-simulation guard. """ dataset_type = "cluster" @@ -525,5 +525,5 @@ def jitted_solve(tracer, source_plane_coordinate): ) """ -The dataset can be viewed in the folder `howtolens/dataset/cluster/simple`. +The dataset can be viewed in the folder `dataset/cluster/simple`. """