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
Copy file name to clipboardExpand all lines: docs/overview/overview_2_new_user_guide.rst
+28-25Lines changed: 28 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,11 @@
3
3
New User Guide
4
4
==============
5
5
6
-
**PyAutoLens** is an extensive piece of software with functionality for doing many different analysis tasks, fitting
7
-
different data types and it is used for a variety of different science cases. This means the documentation is quite
8
-
extensive, and it may initially be difficult to find the example script you need.
6
+
**PyAutoLens** can analyse strong lens systems across a range of physical scales (e.g. galaxy, group, and cluster) and for
7
+
different types of data (e.g. imaging, interferometer, and point-source observations). Depending on the scientific questions you are interested in, the analysis you perform may differ significantly.
9
8
10
-
The ``autolens_workspace`` has five ``start_here.ipynb`` notebooks, and you need to determine which is most relevant
11
-
to your scientific interests.
12
-
13
-
You can access the notebooks by clicking on the embedded links below:
14
-
15
-
- `imaging/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/imaging/start_here.ipynb>`_: Galaxy scale strong lenses observed with CCD imaging (e.g. Hubble, James Webb).
16
-
- `interferometer/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/interferometer/start_here.ipynb>`_: Galaxy scale strong lenses observed with interferometer data (e.g. ALMA).
17
-
- `point_source/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/point_source/start_here.ipynb>`_: Galaxy scale strong lenses with a lensed point source (e.g. lensed quasars).
18
-
- `group/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/group/start_here.ipynb>`_: Group scale strong lenses where there are 2-10 lens galaxies.
19
-
- `cluster/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/cluster/start_here.ipynb>`_: Cluster scale strong lenses with 2+ lenses and 5+ source galaxies.
20
-
21
-
If you are unsure based on the brief descriptions above, answer the following two questions to work out where to start.
9
+
The autolens_workspace contains a suite of example Jupyter Notebooks, organised by lens scale and dataset type.
10
+
To help you find the most appropriate starting point, we begin by answering two simple questions.
22
11
23
12
What Scale Lens?
24
13
----------------
@@ -31,22 +20,40 @@ There are three scales to choose from:
31
20
If you're interested in galaxy scale lenses, go to the question below called "What Data Type?".
32
21
33
22
- **Group Scale**: Strong Lens Groups contains 2-10 lens galaxies, normally with one main large galaxy responsible for the majority of lensing.
34
-
They also typically lens just one source galaxy. If you are interested in groups, go to the ``group/start_here.ipynb`` notebook.
23
+
They also typically lens just one source galaxy. If you are interested in groups, go to the `group/start_here.ipynb<https://github.com/Jammy2211/autolens_workspace/blob/release/notebooks/group/start_here.ipynb>`_ notebook.
35
24
36
25
- **Cluster Scale**: Strong Lens Galaxy clusters often contained 20-50, or more, lens galaxies, lensing 10, or more, sources galaxies.
37
-
If you are interested in clusters, go to the ``cluster/start_here.ipynb`` notebook.
26
+
If you are interested in clusters, go to the `cluster/start_here.ipynb<https://github.com/Jammy2211/autolens_workspace/blob/release/notebooks/cluster/start_here.ipynb>`_ notebook.
38
27
39
28
What Dataset Type?
40
29
------------------
41
30
42
31
If you are interested in galaxy-scale strong lenses, you now need to decide what type of strong lens data you are
43
32
interested in:
44
33
45
-
- **CDD Imaging**: For image data from telescopes like Hubble and James Webb, go to ``imaging/start_here.ipynb``.
34
+
- **CDD Imaging**: For image data from telescopes like Hubble and James Webb, go to `imaging/start_here.ipynb <https://github.com/Jammy2211/autolens_workspace/blob/release/notebooks/imaging/start_here.ipynb>`_.
35
+
36
+
- **Interferometer**: For radio / sub-mm interferometer from instruments like ALMA, go to `interferometer/start_here.ipynb <https://github.com/Jammy2211/autolens_workspace/blob/release/notebooks/interferometer/start_here.ipynb>`_.
37
+
38
+
- **Point Sources**: For strongly lensed point sources (e.g. lensed quasars, supernovae), go to `point_source/start_here.ipynb <hhttps://github.com/Jammy2211/autolens_workspace/blob/release/notebooks/point_source/start_here.ipynb>`_.
46
39
47
-
- **Interferometer**: For radio / sub-mm interferometer from instruments like ALMA, go to ``interferometer/start_here.ipynb``.
40
+
Google Colab
41
+
------------
48
42
49
-
- **Point Sources**: For strongly lensed point sources (e.g. lensed quasars, supernovae), go to ``point_source/start_here.ipynb``.
43
+
The links above take you to the GitHub page of each notebook, and if you've cloned the workspace you can open them
44
+
locally on your machine.
45
+
46
+
However, you can also open and run each notebook directly in Google Colab, which provides a free cloud computing
47
+
environment with all the required dependencies already installed.
48
+
49
+
This is a great way to get started quickly without needing to install **PyAutoLens** on your own machine,
50
+
so you can check its the right software for you before going through the installation process:
51
+
52
+
- `imaging/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/imaging/start_here.ipynb>`_: Galaxy scale strong lenses observed with CCD imaging (e.g. Hubble, James Webb).
53
+
- `interferometer/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/interferometer/start_here.ipynb>`_: Galaxy scale strong lenses observed with interferometer data (e.g. ALMA).
54
+
- `point_source/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/point_source/start_here.ipynb>`_: Galaxy scale strong lenses with a lensed point source (e.g. lensed quasars).
55
+
- `group/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/group/start_here.ipynb>`_: Group scale strong lenses where there are 2-10 lens galaxies.
56
+
- `cluster/start_here.ipynb <https://colab.research.google.com/github/Jammy2211/autolens_workspace/blob/release/notebooks/cluster/start_here.ipynb>`_: Cluster scale strong lenses with 2+ lenses and 5+ source galaxies.
50
57
51
58
Still Unsure?
52
59
-------------
@@ -71,11 +78,7 @@ used in modeling and ultimately will allow you to undertake scientific research
71
78
To complete thoroughly, they'll probably take 2-4 days, so you may want try moving ahead to the examples but can
72
79
go back to these lectures if you find them hard to follow.
73
80
74
-
If this sounds like it suits you, checkout the ``autolens_workspace/notebooks/howtolens`` package now.
If this sounds like it suits you, checkout the `HowToLens <https://github.com/Jammy2211/autolens_workspace/tree/release/notebooks/howtolens>`_ package now.
0 commit comments