Jammy2211 / autofit_skies

Example demonstration of PyAutoFit for the conference "Where the Earth Meets the Sky"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAutoFit Skies

This project contains the hands-on demonstration for PyAutoFit for the conference "Where the Earth Meets the Sky". More information about PyAutoFit can be found at the following links:

https://github.com/rhayes777/PyAutoFit

https://pyautofit.readthedocs.io/en/latest/

The project contains three example Jupyter notebooks (the hands on tutorial will focus on example 1):

  • example_1_introduction.ipynb - An introduction to PyAutoFit's core features.
  • example_2_lensing.ipynb & example_3_topological_models.ipynb - An Astronomy example which uses strong gravitational lensing to illustrate topological model composition with PyAutoFit.

The hands-on tutorial is scheduled for 3pm (coopenhagen time) Thursday 27th May.

The tutorials can be taken in a internet browser, without local PyAutoFit installation, by going to the following web link:

https://mybinder.org/v2/gh/Jammy2211/autofit_skies/HEAD

Installation

Alternatively, the notebooks can be run locally by installing PyAutoFit via pip or conda and following the steps below:

cd /path/on/your/computer/you/want/to/put/autofit_skies
git clone https://github.com/Jammy2211/autofit_skies --depth 1

Version

This project is built and tested for using PyAutoFit v0.77.0.

About

Example demonstration of PyAutoFit for the conference "Where the Earth Meets the Sky"


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%