We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95afb3e commit 342f6fbCopy full SHA for 342f6fb
autolens/analysis/model_util.py
@@ -2,7 +2,8 @@
2
import autolens as al
3
4
from autogalaxy.analysis.model_util import mge_model_from
5
-
+from autogalaxy.analysis.model_util import mge_point_model_from
6
+from autogalaxy.analysis.model_util import hilbert_pixels_from_pixel_scale
7
8
def simulator_start_here_model_from(
9
include_lens_light: bool = True, use_point_source: bool = False
0 commit comments