From f00693dc68b0848fdd47b2a037b10a9300f2629c Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Mon, 18 Nov 2024 14:03:38 +0000 Subject: [PATCH] docstring --- autogalaxy/imaging/simulator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogalaxy/imaging/simulator.py b/autogalaxy/imaging/simulator.py index a49bd546..ca0e1b01 100644 --- a/autogalaxy/imaging/simulator.py +++ b/autogalaxy/imaging/simulator.py @@ -30,7 +30,8 @@ def via_galaxies_from( Parameters ---------- galaxies - The galaxies whose light is simulated. + The galaxies whose light profiles are evaluated using the input 2D grid of (y,x) coordinates in order to + generate the image of the galaxies which is then simulated. grid The 2D grid of (y,x) coordinates which the light profiles of the galaxies are evaluated using in order to generate the image of the galaxies.