diff --git a/scripts/chapter_1_introduction/tutorial_0_visualization.py b/scripts/chapter_1_introduction/tutorial_0_visualization.py index 8417270..de5c6c6 100644 --- a/scripts/chapter_1_introduction/tutorial_0_visualization.py +++ b/scripts/chapter_1_introduction/tutorial_0_visualization.py @@ -35,6 +35,11 @@ There are many example simulated images of galaxies in this directory that will be used throughout the **HowToGalaxy** lectures. """ +from pathlib import Path + +import autogalaxy as ag +import autogalaxy.plot as aplt + dataset_path = Path("dataset", "imaging", "simple__sersic") """