A tool for generating lensing images based on PyAutoLens simulations
- Install Docker, clone this repository
git clone https://github.com/PyJedi/PyLensing.git
- CD into the repository and build the docker image
cd PyLensing
docker build -t image .
- Start the docker image
docker run -it image bash
- clone the autolens workspace and set the WORKSPACE environment and PYTHONPATH
. ./setup_docker.sh
- Run the test code
python test_run.py