Skip to content

Commit cc8d061

Browse files
Jammy2211Jammy2211
authored andcommitted
docs: point multi-dataset example links at the renamed multi_dataset package
The `multi` example package in autogalaxy_workspace is renamed to `multi_dataset` (autogalaxy_workspace#408). This updates the doc links and prose that point into it. Docs-only — no library source touched. `bound: multi` in the non_linear.yaml configs is a Dynesty search kwarg and is deliberately left alone. MERGE ORDER: this must merge *after* the autogalaxy_workspace rename PR, since these are `blob/main` URLs that 404 until the package moves. Refs PyAutoLabs/autolens_workspace#408
1 parent 7d75d7d commit cc8d061

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/general/model_cookbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ but certain parameters are free to vary across the datasets.
242242

243243
The following example notebooks show how to compose and fit these models:
244244

245-
<https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi/start_here.ipynb>
245+
<https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi_dataset/start_here.ipynb>
246246

247247
## Relations (Advanced)
248248

@@ -251,7 +251,7 @@ We can compose models where the free parameter(s) vary according to a user-speci
251251

252252
The following example notebooks show how to compose and fit these models:
253253

254-
<https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi/features/wavelength_dependence/modeling.ipynb>
254+
<https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi_dataset/features/wavelength_dependence/modeling.ipynb>
255255

256256
## PyAutoFit API
257257

docs/overview/overview_2_new_user_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You now need to decide what type of data you are interested in:
4040

4141
- **CDD Imaging**: For image data from telescopes like Hubble and James Webb, go to [imaging/start_here.ipynb](https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/imaging/start_here.ipynb).
4242
- **Interferometer**: For radio / sub-mm interferometer from instruments like ALMA, go to [interferometer/start_here.ipynb](https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/interferometer/start_here.ipynb).
43-
- **Multi-Band Imaging**: For galaxies observed in multiple wavebands go to [multi/start_here.ipynb](https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi/start_here.ipynb).
43+
- **Multi-Band Imaging**: For galaxies observed in multiple wavebands go to [multi_dataset/start_here.ipynb](https://github.com/PyAutoLabs/autogalaxy_workspace/blob/main/notebooks/multi_dataset/start_here.ipynb).
4444

4545
## Google Colab
4646

@@ -54,7 +54,7 @@ so you can check it is the right software for you before going through the insta
5454
Galaxy modeling with CCD imaging (e.g. Hubble, James Webb, ground-based telescopes).
5555
- [interferometer/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.29.2/notebooks/interferometer/start_here.ipynb):
5656
Galaxy modeling with interferometer data (e.g. ALMA), fitting directly in the uv-plane.
57-
- [multi_band/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.29.2/notebooks/multi/start_here.ipynb):
57+
- [multi_band/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.29.2/notebooks/multi_dataset/start_here.ipynb):
5858
Multi-band galaxy modeling to study colour gradients and wavelength-dependent structure.
5959
- [multi_galaxy/start_here.ipynb](https://colab.research.google.com/github/PyAutoLabs/autogalaxy_workspace/blob/2026.7.29.2/notebooks/multi_galaxy/start_here.ipynb):
6060
Blended multi-galaxy systems — one free light model per galaxy, fitted simultaneously.

docs/overview/overview_3_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The appearance of the galaxy changes as a function of wavelength, therefore mult
5757
more about the different components in a galaxy (e.g a redder bulge and bluer disk) or when imaging and interferometer
5858
data are combined, we can compare the emission from stars and dust.
5959

60-
Checkout the `autogalaxy_workspace/*/multi` package to get started, however combining datasets is a more advanced
60+
Checkout the `autogalaxy_workspace/*/multi_dataset` package to get started, however combining datasets is a more advanced
6161
feature and it is recommended you first get to grips with the core API.
6262

6363
## Ellipse Fitting

0 commit comments

Comments
 (0)