✏️ This page is auto-generated from
scripts/chapter_1_introduction/tutorial_4_point_sources.py— do not edit it directly. It shows the example fully executed, with its real output images. Run it yourself via the Python script or the Jupyter notebook.
This tutorial is not wrriten yet, but will explain how point source lensing works.
This tutorial is not necesary for using PyAutoLens or doing strong lens analysis, so don't worry that it is not written yet!
Tutorial 8 summary is written and you should check that out instead!
Contents
- Wrap Up: Summary of the script and next steps.
from autolens import jax_wrapper # Sets JAX environment before other imports
from autolens import setup_notebook; setup_notebook()
import autolens as al
import autolens.plot as apltWorking Directory has been set to `HowToLens`
Wrap Up