Skip to content

Commit cc3d367

Browse files
Jammy2211claude
authored andcommitted
docs: fix cluster simulator dataset path prose and add simulator folder to README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QZgtrvhRLwTk17ywRJAFRk
1 parent a484e56 commit cc3d367

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

notebooks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ a strong lens.
1010
- `chapter_4_scaling_up_lensing`: How to scale lens modeling up to extra galaxies, multi-galaxy lenses,
1111
scaling relations, groups, clusters and weak lensing.
1212
- `chapter_optional`: Optional tutorials.
13+
- `simulator`: Scripts used to simulate the strong lens datasets fitted throughout the **HowToLens** lectures.
1314

1415
# Full Explanation
1516

notebooks/simulator/cluster.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"__Dataset Paths__\n",
129129
"\n",
130130
"The `dataset_type` describes the type of data being simulated and `dataset_name` gives it a\n",
131-
"descriptive name. The cluster dataset is output to `howtolens/dataset/cluster/simple`, which the\n",
131+
"descriptive name. The cluster dataset is output to `dataset/cluster/simple`, which the\n",
132132
"tutorial on cluster-scale lensing loads via the auto-simulation guard."
133133
]
134134
},
@@ -766,7 +766,7 @@
766766
"cell_type": "markdown",
767767
"metadata": {},
768768
"source": [
769-
"The dataset can be viewed in the folder `howtolens/dataset/cluster/simple`."
769+
"The dataset can be viewed in the folder `dataset/cluster/simple`."
770770
]
771771
}
772772
],

scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ a strong lens.
1010
- `chapter_4_scaling_up_lensing`: How to scale lens modeling up to extra galaxies, multi-galaxy lenses,
1111
scaling relations, groups, clusters and weak lensing.
1212
- `chapter_optional`: Optional tutorials.
13+
- `simulator`: Scripts used to simulate the strong lens datasets fitted throughout the **HowToLens** lectures.
1314

1415
# Full Explanation
1516

scripts/simulator/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
__Dataset Paths__
7575
7676
The `dataset_type` describes the type of data being simulated and `dataset_name` gives it a
77-
descriptive name. The cluster dataset is output to `howtolens/dataset/cluster/simple`, which the
77+
descriptive name. The cluster dataset is output to `dataset/cluster/simple`, which the
7878
tutorial on cluster-scale lensing loads via the auto-simulation guard.
7979
"""
8080
dataset_type = "cluster"
@@ -525,5 +525,5 @@ def jitted_solve(tracer, source_plane_coordinate):
525525
)
526526

527527
"""
528-
The dataset can be viewed in the folder `howtolens/dataset/cluster/simple`.
528+
The dataset can be viewed in the folder `dataset/cluster/simple`.
529529
"""

0 commit comments

Comments
 (0)