You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ The [**PyAutoLens AI Assistant**](https://github.com/PyAutoLabs/autolens_assista
34
34
The following human-readable documentation and examples are also useful for new starters:
35
35
36
36
-[The PyAutoLens readthedocs](https://pyautolens.readthedocs.io/en/latest): which includes [an overview of PyAutoLens's core features](https://pyautolens.readthedocs.io/en/latest/overview/overview_1_start_here.html), [a new user starting guide](https://pyautolens.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html) and [an installation guide](https://pyautolens.readthedocs.io/en/latest/installation/overview.html).
37
-
-[The introduction Jupyter Notebook on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autolens_workspace/blob/2026.8.20.1/start_here.ipynb): try **PyAutoLens** in a web browser (without installation).
37
+
-[The introduction Jupyter Notebook on Google Colab](https://colab.research.google.com/github/PyAutoLabs/autolens_workspace/blob/2026.8.22.1/start_here.ipynb): try **PyAutoLens** in a web browser (without installation).
38
38
-[The autolens_workspace GitHub repository](https://github.com/PyAutoLabs/autolens_workspace): example scripts covering every **PyAutoLens** use case.
39
39
-[The HowToLens GitHub repository](https://github.com/PyAutoLabs/HowToLens): a Jupyter notebook lecture series teaching strong lensing and lens modeling from the ground up.
\- Setting up **PyAutoLens**'s visualization library.
11
11
12
-
[Tutorial 1: Grids And Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
12
+
[Tutorial 1: Grids And Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_1_introduction/tutorial_1_grids_and_galaxies.ipynb)
13
13
\- Using grids of (y,x) coordinates with galaxies made up of light profiles.
14
14
15
-
[Tutorial 2: Ray Tracing](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_1_introduction/tutorial_2_ray_tracing.ipynb)
15
+
[Tutorial 2: Ray Tracing](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_1_introduction/tutorial_2_ray_tracing.ipynb)
16
16
\- Using grids, galaxies and mass profiles to perform strong lens ray-tracing.
17
17
18
-
[Tutorial 3: More Ray Tracing](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_1_introduction/tutorial_3_more_ray_tracing.ipynb)
18
+
[Tutorial 3: More Ray Tracing](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_1_introduction/tutorial_3_more_ray_tracing.ipynb)
19
19
\- Advanced strong lens ray-tracing.
20
20
21
-
[Tutorial 4: Point Sources](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_1_introduction/tutorial_4_point_sources.ipynb)
21
+
[Tutorial 4: Point Sources](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_1_introduction/tutorial_4_point_sources.ipynb)
22
22
\- How lensing calculations change when the source galaxy is a point source (e.g. a quasar).
\- Practicalities of performing model-fitting, like how to inspect the results on your hard-disk.
13
13
14
-
[Tutorial 3: Realism and Complexity](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_2_lens_modeling/tutorial_3_realism_and_complexity.ipynb)
14
+
[Tutorial 3: Realism and Complexity](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_2_lens_modeling/tutorial_3_realism_and_complexity.ipynb)
15
15
\- Finding a balance between realism and complexity when composing and fitting a lens model.
16
16
17
-
[Tutorial 4: Dealing with Failure](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_2_lens_modeling/tutorial_4_dealing_with_failure.ipynb)
17
+
[Tutorial 4: Dealing with Failure](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_2_lens_modeling/tutorial_4_dealing_with_failure.ipynb)
18
18
\- What to do when PyAutoLens finds an inaccurate lens model.
19
19
20
-
[Tutorial 5: Linear Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_2_lens_modeling/tutorial_5_linear_profiles.ipynb)
20
+
[Tutorial 5: Linear Profiles](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_2_lens_modeling/tutorial_5_linear_profiles.ipynb)
21
21
\- Light profiles which capture complex morphologies in a reduced number of non-linear parameters.
22
22
23
-
[Tutorial 6: Masking and Positions](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_2_lens_modeling/tutorial_6_masking_and_positions.ipynb)
23
+
[Tutorial 6: Masking and Positions](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_2_lens_modeling/tutorial_6_masking_and_positions.ipynb)
24
24
\- How to mask and mark positions on your data to improve the lens model.
\- Overview of the results available after successfully fitting a lens model.
28
28
29
-
[Tutorial 8: Need for Speed](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_2_lens_modeling/tutorial_8_need_for_speed.ipynb)
29
+
[Tutorial 8: Need for Speed](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_2_lens_modeling/tutorial_8_need_for_speed.ipynb)
30
30
\- How to fit complex models whilst balancing efficiency and run-time.
\- A Delaunay mesh which adapts to the mass model's magnification.
30
30
31
-
[Tutorial 9: Model Fit](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_3_pixelizations/tutorial_9_model_fit.ipynb)
31
+
[Tutorial 9: Model Fit](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_3_pixelizations/tutorial_9_model_fit.ipynb)
32
32
\- An example lens modeling pipeline which uses an inversion.
33
33
34
-
[Tutorial 10: Fit Problems](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_3_pixelizations/tutorial_10_fit_problems.ipynb)
34
+
[Tutorial 10: Fit Problems](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_3_pixelizations/tutorial_10_fit_problems.ipynb)
35
35
\- The shortcomings of our lens models and inversions.
Copy file name to clipboardExpand all lines: docs/howtolens/chapter_4_scaling_up_lensing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@ scaling relations, group and cluster scales, and weak lensing.
5
5
6
6
The chapter contains the following tutorials:
7
7
8
-
[Tutorial 1: Extra Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_4_scaling_up_lensing/tutorial_1_extra_galaxies.ipynb)
8
+
[Tutorial 1: Extra Galaxies](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_4_scaling_up_lensing/tutorial_1_extra_galaxies.ipynb)
9
9
\- Handling nearby galaxies by scaling their light out of the fit or modeling them explicitly.
10
10
11
-
[Tutorial 2: Multi Galaxy](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_4_scaling_up_lensing/tutorial_2_multi_galaxy.ipynb)
11
+
[Tutorial 2: Multi Galaxy](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_4_scaling_up_lensing/tutorial_2_multi_galaxy.ipynb)
12
12
\- Modeling lenses with two or more co-dominant lens galaxies and the degeneracies this creates.
\- Tying galaxy masses to their luminosities so model complexity stops growing with each galaxy.
16
16
17
-
[Tutorial 4: Group Scale](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.20.1/notebooks/chapter_4_scaling_up_lensing/tutorial_4_group_scale.ipynb)
17
+
[Tutorial 4: Group Scale](https://colab.research.google.com/github/PyAutoLabs/HowToLens/blob/2026.8.22.1/notebooks/chapter_4_scaling_up_lensing/tutorial_4_group_scale.ipynb)
18
18
\- Modeling group-scale lenses with truncated dPIE members and an optional group dark matter halo.
0 commit comments