Skip to content

DeepLense-Unsupervised/PyLensing

Repository files navigation

PyLensing

A tool for generating lensing images based on PyAutoLens simulations

Example Notebook

Lensing Example

Docker Specific Instructions


  1. Install Docker, clone this repository
git clone https://github.com/PyJedi/PyLensing.git
  1. CD into the repository and build the docker image
cd PyLensing
docker build -t image .
  1. Start the docker image
docker run -it image bash
  1. clone the autolens workspace and set the WORKSPACE environment and PYTHONPATH
. ./setup_docker.sh
  1. Run the test code
python test_run.py