Jammy2211 / PyAutoGalaxy

PyAutoGalaxy: Open-Source Multiwavelength Galaxy Structure & Morphology
https://pyautogalaxy.readthedocs.io/
MIT License
28 stars 14 forks source link

Missing modules #39

Closed sloneil closed 2 years ago

sloneil commented 2 years ago

In the GetDist notebook, I was not able to import 'getdist' in UltraNestPlotter, I was missing 'ultranest' and in light_centre and mask, I was missing 'autolens'

Did I miss part of the installation?

Jammy2211 commented 2 years ago

The autolens imports were a mistake which is now fixed.

getidst / ultranest are optional libraries and therefore not installed by default. I have added the following note to the tutorials:

Installation
------------

Because UltraNest is an optional library, you will likely have to install it manually via the command:

`pip install ultranest`
Installation
------------

Because GetDist is an optional library, you will likely have to install it manually via the command:

`pip install getdist`